Enum EEnvOverlapShape Path C++ Link /Script/AIModule.EEnvOverlapShape underlying uint8 /Script/AIModule Values 4 NameValueHex Box00x00Sphere10x01Capsule20x02EEnvOverlapShape_MAX30x03 Used by 1types with a member, parameter or interface of this type FEnvOverlapData // /Script/AIModule.EEnvOverlapShape enum class EEnvOverlapShape : uint8 { Box = 0, Sphere = 1, Capsule = 2, EEnvOverlapShape_MAX = 3, };