Enum ECastRayTracedShadow Path C++ Link /Script/Engine.ECastRayTracedShadow underlying uint8 /Script/Engine Values 4 NameValueHex Disabled00x00UseProjectSetting10x01Enabled20x02ECastRayTracedShadow_MAX30x03 Used by 1types with a member, parameter or interface of this type ULightComponentBase // /Script/Engine.ECastRayTracedShadow enum class ECastRayTracedShadow : uint8 { Disabled = 0, UseProjectSetting = 1, Enabled = 2, ECastRayTracedShadow_MAX = 3, };