Enum EBTFlowAbortMode Path C++ Link /Script/AIModule.EBTFlowAbortMode underlying uint8 /Script/AIModule Values 5 NameValueHex None00x00LowerPriority10x01Self20x02Both30x03EBTFlowAbortMode_MAX40x04 Used by 1types with a member, parameter or interface of this type UBTDecorator // /Script/AIModule.EBTFlowAbortMode enum class EBTFlowAbortMode : uint8 { None = 0, LowerPriority = 1, Self = 2, Both = 3, EBTFlowAbortMode_MAX = 4, };