Enum EPoseDriverSource Path C++ Link /Script/AnimGraphRuntime.EPoseDriverSource underlying uint8 /Script/AnimGraphRuntime Values 3 NameValueHex Rotation00x00Translation10x01EPoseDriverSource_MAX20x02 Used by 1types with a member, parameter or interface of this type FAnimNode_PoseDriver // /Script/AnimGraphRuntime.EPoseDriverSource enum class EPoseDriverSource : uint8 { Rotation = 0, Translation = 1, EPoseDriverSource_MAX = 2, };