Enum ELiveLinkAxis Path C++ Link /Script/LiveLink.ELiveLinkAxis underlying uint8 /Script/LiveLink Values 7 NameValueHex X00x00Y10x01Z20x02XNeg30x03YNeg40x04ZNeg50x05ELiveLinkAxis_MAX60x06 Used by 1types with a member, parameter or interface of this type ULiveLinkTransformAxisSwitchPreProcessor // /Script/LiveLink.ELiveLinkAxis enum class ELiveLinkAxis : uint8 { X = 0, Y = 1, Z = 2, XNeg = 3, YNeg = 4, ZNeg = 5, ELiveLinkAxis_MAX = 6, };