FPoseDriverTarget

Information about each target in the PoseDriver

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_PoseDriver.h

Include

#include "AnimNodes/AnimNode_PoseDriver.h"

Syntax

struct FPoseDriverTarget

Remarks

Information about each target in the PoseDriver

Variables

Name Description

Public variable

bool

 

bApplyCustomCurve

If we should apply a custom curve mapping to how this target activates

Public variable

bool

 

bIsHidden

If we should hide this pose from the UI

Public variable

TArray< FPoseDr...

 

BoneTransforms

Translation of this target

Public variable

FRichCurve

 

CustomCurve

Custom curve mapping to apply if bApplyCustomCurve is true

Public variable

ERBFDistanceMet...

 

DistanceMethod

Override for the distance method to use for each target

Public variable

FName

 

DrivenName

Name of item to drive - depends on DriveOutput setting.

Public variable

int32

 

DrivenUID

Cached curve UID, if DriveOutput is set to DriveCurves

Public variable

ERBFFunctionTyp...

 

FunctionType

Override for the function method to use for each target

Public variable

int32

 

PoseCurveIndex

Pose buffer index

Public variable

FRotator

 

TargetRotation

Rotation of this target

Public variable

float

 

TargetScale

Scale applied to this target's function - a larger value will activate this target sooner

Constructors

Name Description

Public function

FPoseDriverTarget()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss