UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnimNode_PoseDriver.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "BoneContainer.h"
#include "Animation/AnimNodeBase.h"
#include "AnimNodes/AnimNode_PoseHandler.h"
#include "RBF/RBFSolver.h"
#include "AnimNode_PoseDriver.generated.h"

Go to the source code of this file.

Classes

struct  FPoseDriverTransform
 
struct  FPoseDriverTarget
 
struct  FAnimNode_PoseDriver
 

Enumerations

enum class  EPoseDriverType : uint8 { SwingAndTwist , SwingOnly , Translation }
 
enum class  EPoseDriverSource : uint8 { Rotation , Translation }
 
enum class  EPoseDriverOutput : uint8 { DrivePoses , DriveCurves }
 

Enumeration Type Documentation

◆ EPoseDriverOutput

enum class EPoseDriverOutput : uint8
strong

Options for what PoseDriver should be driving

Enumerator
DrivePoses 

Use target's DrivenName to drive poses from the assigned PoseAsset

DriveCurves 

Use the target's DrivenName to drive curves

◆ EPoseDriverSource

enum class EPoseDriverSource : uint8
strong

Transform aspect used to drive interpolation

Enumerator
Rotation 

Drive using rotation

Translation 

Driver using translation

◆ EPoseDriverType

enum class EPoseDriverType : uint8
strong
Enumerator
SwingAndTwist 
SwingOnly 
Translation