Enum EFollicleMaskChannel Path C++ Link /Script/HairStrandsCore.EFollicleMaskChannel underlying uint8 /Script/HairStrandsCore Values 5 NameValueHex R00x00G10x01B20x02A30x03EFollicleMaskChannel_MAX40x04 Used by 1types with a member, parameter or interface of this type FFollicleMaskOptions // /Script/HairStrandsCore.EFollicleMaskChannel enum class EFollicleMaskChannel : uint8 { R = 0, G = 1, B = 2, A = 3, EFollicleMaskChannel_MAX = 4, };