FMovieSceneSkeletalAnimRootMotionTrackParams

Struct to hold the cached root motion positions based upon how we calculated them.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSkeletalAnimationTrack.h

Include

#include "Tracks/MovieSceneSkeletalAnimationTrack.h"

Syntax

struct FMovieSceneSkeletalAnimRootMotionTrackParams

Remarks

Struct to hold the cached root motion positions based upon how we calculated them. Also provides way to get the root motion at a particular time.

Variables

Name Description

Public variable

bool

 

bRootMotionsDirty

Public variable

FFrameTime

 

EndFrame

Public variable

FFrameTime

 

FrameTick

Public variable

TArray< FTransf...

 

RootTransforms

Public variable

FFrameTime

 

StartFrame

Constructors

Functions

Name Description

Public function Const

FTransform

 

GetRootMotion

(
    FFrameTime CurrentTime
)

Get the Root Motion transform at the specified time.

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