FComponentSpacePoseContext

Evaluation context passed around during animation tree evaluation

Choose your operating system:

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

UE::Anim::FStac...

 

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