Enum EVectorCurveChannel Path C++ Link /Script/Engine.EVectorCurveChannel underlying uint8 /Script/Engine Values 5 NameValueHex X00x00Y10x01Z20x02Invalid30x03EVectorCurveChannel_MAX40x04 Used by 1types with a member, parameter or interface of this type FAnimationCurveIdentifier // /Script/Engine.EVectorCurveChannel enum class EVectorCurveChannel : uint8 { X = 0, Y = 1, Z = 2, Invalid = 3, EVectorCurveChannel_MAX = 4, };