Enum ESpecularProfileFormat Path C++ Link /Script/Engine.ESpecularProfileFormat underlying uint8 /Script/Engine Values 3 NameValueHex ViewLightVector00x00HalfVector10x01ESpecularProfileFormat_MAX20x02 Used by 2types with a member, parameter or interface of this type UInterchangeSpecularProfileFactoryNodeFSpecularProfileStruct // /Script/Engine.ESpecularProfileFormat enum class ESpecularProfileFormat : uint8 { ViewLightVector = 0, HalfVector = 1, ESpecularProfileFormat_MAX = 2, };