Enum EShadowMapMethod Path C++ Link /Script/Engine.EShadowMapMethod underlying uint8 /Script/Engine Values 3 NameValueHex ShadowMaps00x00VirtualShadowMaps10x01EShadowMapMethod_MAX20x02 Used by 1types with a member, parameter or interface of this type URendererSettings // /Script/Engine.EShadowMapMethod enum class EShadowMapMethod : uint8 { ShadowMaps = 0, VirtualShadowMaps = 1, EShadowMapMethod_MAX = 2, };