Enum ESkyLightSourceType Path C++ Link /Script/Engine.ESkyLightSourceType underlying uint8 /Script/Engine Values 3 NameValueHex SLS_CapturedScene00x00SLS_SpecifiedCubemap10x01SLS_MAX20x02 Used by 2types with a member, parameter or interface of this type UDatasmithSkyLightComponentTemplateUSkyLightComponent // /Script/Engine.ESkyLightSourceType enum class ESkyLightSourceType : uint8 { SLS_CapturedScene = 0, SLS_SpecifiedCubemap = 1, SLS_MAX = 2, };