Enum EChannelMaskParameterColor Path C++ Link /Script/Engine.EChannelMaskParameterColor underlying uint8 /Script/Engine Values 5 NameValueHex Red00x00Green10x01Blue20x02Alpha30x03EChannelMaskParameterColor_MAX40x04 Used by 1types with a member, parameter or interface of this type UMaterialExpressionChannelMaskParameter // /Script/Engine.EChannelMaskParameterColor enum class EChannelMaskParameterColor : uint8 { Red = 0, Green = 1, Blue = 2, Alpha = 3, EChannelMaskParameterColor_MAX = 4, };