Enum EPoseDriverOutput Path C++ Link /Script/AnimGraphRuntime.EPoseDriverOutput underlying uint8 /Script/AnimGraphRuntime Values 3 NameValueHex DrivePoses00x00DriveCurves10x01EPoseDriverOutput_MAX20x02 Used by 1types with a member, parameter or interface of this type FAnimNode_PoseDriver // /Script/AnimGraphRuntime.EPoseDriverOutput enum class EPoseDriverOutput : uint8 { DrivePoses = 0, DriveCurves = 1, EPoseDriverOutput_MAX = 2, };