Enum EPoseDriverType Path C++ Link /Script/AnimGraphRuntime.EPoseDriverType underlying uint8 /Script/AnimGraphRuntime Values 4 NameValueHex SwingAndTwist00x00SwingOnly10x01Translation20x02EPoseDriverType_MAX30x03 // /Script/AnimGraphRuntime.EPoseDriverType enum class EPoseDriverType : uint8 { SwingAndTwist = 0, SwingOnly = 1, Translation = 2, EPoseDriverType_MAX = 3, };