Enum EDataDrivenShaderPlatformInfoCondition Path C++ Link /Script/Engine.EDataDrivenShaderPlatformInfoCondition underlying uint8 /Script/Engine Values 3 NameValueHex COND_True00x00COND_False10x01COND_Max20x02 Used by 1types with a member, parameter or interface of this type FDataDrivenShaderPlatformInfoInput // /Script/Engine.EDataDrivenShaderPlatformInfoCondition enum class EDataDrivenShaderPlatformInfoCondition : uint8 { COND_True = 0, COND_False = 1, COND_Max = 2, };