Enum EBTParallelMode Path C++ Link /Script/AIModule.EBTParallelMode underlying uint8 /Script/AIModule Values 3 NameValueHex AbortBackground00x00WaitForBackground10x01EBTParallelMode_MAX20x02 Used by 1types with a member, parameter or interface of this type UBTComposite_SimpleParallel // /Script/AIModule.EBTParallelMode enum class EBTParallelMode : uint8 { AbortBackground = 0, WaitForBackground = 1, EBTParallelMode_MAX = 2, };