FAnimExtractContext

Animation Extraction Context

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimationAsset.h"

Syntax

struct FAnimExtractContext

Remarks

Animation Extraction Context

Variables

Name Description

Public variable

bool

 

bExtractRootMotion

Is Root Motion being extracted?

Public variable

TArray< bool >

 

BonesRequired

The BonesRequired array is a list of bool flags to determine if a bone is required to be retrieved.

Public variable

float

 

CurrentTime

Position in animation to extract pose from

Public variable

TArray< FPoseCu...

 

PoseCurves

Pose Curve Values to extract pose from pose assets. This is used by pose asset extraction

Constructors

Name Description

Public function

FAnimExtractContext()

Public function

FAnimExtractContext

(
    float InCurrentTime
)

Public function

FAnimExtractContext

(
    float InCurrentTime,
    bool InbExtractRootMotion
)

Functions

Name Description

Public function Const

bool

 

IsBoneRequired

(
    int32 BoneIndex
)

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