Enum ETextureColorChannel Path C++ Link /Script/Engine.ETextureColorChannel underlying uint8 /Script/Engine Values 5 NameValueHex TCC_Red00x00TCC_Green10x01TCC_Blue20x02TCC_Alpha30x03TCC_MAX40x04 Used by 1types with a member, parameter or interface of this type UMaterialExpressionAntialiasedTextureMask // /Script/Engine.ETextureColorChannel enum class ETextureColorChannel : uint8 { TCC_Red = 0, TCC_Green = 1, TCC_Blue = 2, TCC_Alpha = 3, TCC_MAX = 4, };