Enum EAttenuationShape Path C++ Link /Script/Engine.EAttenuationShape underlying uint8 /Script/Engine Values 5 NameValueHex Sphere00x00Capsule10x01Box20x02Cone30x03EAttenuationShape_MAX40x04 Used by 1types with a member, parameter or interface of this type FBaseAttenuationSettings // /Script/Engine.EAttenuationShape enum class EAttenuationShape : uint8 { Sphere = 0, Capsule = 1, Box = 2, Cone = 3, EAttenuationShape_MAX = 4, };