Enum EReflectionSourceType Path C++ Link /Script/Engine.EReflectionSourceType underlying uint8 /Script/Engine Values 3 NameValueHex CapturedScene00x00SpecifiedCubemap10x01EReflectionSourceType_MAX20x02 Used by 1types with a member, parameter or interface of this type UReflectionCaptureComponent // /Script/Engine.EReflectionSourceType enum class EReflectionSourceType : uint8 { CapturedScene = 0, SpecifiedCubemap = 1, EReflectionSourceType_MAX = 2, };