FMovieSceneSkeletalAnimRootMotionTrackParams

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

Choose your operating system:

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.