FPreAnimatedStateMetaData

Meta-data pertaining to a specific animating source (could be a [FMovieSceneEntityID](API\Runtime\MovieScene\EntitySystem\FMovieSceneEntityID), [FMovieSceneEvaluationKey](API\Runtime\MovieScene\Evaluation\FMovieSceneEvaluationKey), [UMovieSceneTrackInstance](API\Runtime\MovieScene\EntitySystem\TrackInstance\UMovieSceneTrackInstance) etc) Which specifies an entry to a piece of pre-animated state, the RootInstance that it's playing from, and whether it wants to restore state or not

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateTypes.h

Include

#include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateTypes.h"

Syntax

struct FPreAnimatedStateMetaData

Remarks

Meta-data pertaining to a specific animating source (could be a FMovieSceneEntityID, FMovieSceneEvaluationKey, UMovieSceneTrackInstance etc) Which specifies an entry to a piece of pre-animated state, the RootInstance that it's playing from, and whether it wants to restore state or not

Variables

Name Description

Public variable

bool

 

bWantsRestoreState

True if this entry should be restored when it is removed

Public variable

FPreAnimatedSta...

 

Entry

The pre-animated state entry

Public variable

FInstanceHandle

 

RootInstanceHandle

The instance handle for the root sequence

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