Enum EAIOptionFlag Path C++ Link /Script/AIModule.EAIOptionFlag underlying uint8 /Script/AIModule Values 4 NameValueHex Default00x00Enable10x01Disable20x02MAX30x03 Used by 1types with a member, parameter or interface of this type UAITask_MoveTo // /Script/AIModule.EAIOptionFlag enum class EAIOptionFlag : uint8 { Default = 0, Enable = 1, Disable = 2, MAX = 3, };