Enum EEnvTestDot Path C++ Link /Script/AIModule.EEnvTestDot underlying uint8 /Script/AIModule Values 3 NameValueHex Dot3D00x00Dot2D10x01EEnvTestDot_MAX20x02 Used by 1types with a member, parameter or interface of this type UEnvQueryTest_Dot // /Script/AIModule.EEnvTestDot enum class EEnvTestDot : uint8 { Dot3D = 0, Dot2D = 1, EEnvTestDot_MAX = 2, };