FPoseCurve

Pose Curve container for extraction This is used by pose anim node Saves UID/PoseIndex/Value of the curve

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h

Include

#include "Animation/AnimationAsset.h"

Syntax

struct FPoseCurve

Remarks

Pose Curve container for extraction This is used by pose anim node Saves UID/PoseIndex/Value of the curve

Variables

Name Description

Public variable

int32

 

PoseIndex

PoseIndex of pose asset it's dealing with used to extract pose value fast

Public variable

SmartName::UID_...

 

UID

Alignment is weird, but 4 here UID of the curve.

Public variable

float

 

Value

Curve Value.

Constructors

Name Description

Public function

FPoseCurve()

Public function

FPoseCurve

(
    int32 InPoseIndex,
    SmartName::UID_Type InUID,
    float InValue
)

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