FComponentSpacePoseContext

Evaluation context passed around during animation tree evaluation

Windows
MacOS
Linux

Inheritance Hierarchy

FAnimationBaseContext

FComponentSpacePoseContext

References

Module

Engine

Header

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

Include

#include "Animation/AnimNodeBase.h"

Syntax

struct FComponentSpacePoseContext : public FAnimationBaseContext

Remarks

Evaluation context passed around during animation tree evaluation

Variables

Name Description

Public variable

FBlendedCurve

 

Curve

Public variable

FStackCustomAtt...

 

CustomAttributes

Public variable

FCSPose< FCompa...

 

Pose

Constructors

Name Description

Public function

FComponentSpacePoseContext

(
    FAnimInstanceProxy* InAnimInst...
)

This constructor allocates a new uninitialized pose for the specified anim instance.

Public function

FComponentSpacePoseContext

(
    const FComponentSpacePoseContext& ...
)

This constructor allocates a new uninitialized pose, copying non-pose state from the source context.

Functions

Name Description

Public function Const

bool

 

ContainsNaN()

Public function Const

bool

 

IsNormalized()

Public function

void

 

ResetToRefPose()

Public function

void

 

SetNodeId

(
    int32 InNodeId
)

Public function

void

 

SetNodeIds

(
    const FAnimationBaseContext& InCon...
)

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