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