Navigation
API > API/Runtime > API/Runtime/MovieScene
System that becomes relevant if there are any entites tagged RestoreState, or UMovieSceneEntitySystemLinker::ShouldCaptureGlobalState is true. When run this system will iterate the instantiation phase in reverse order, and call IMovieScenePreAnimatedStateSystemInterface::Restore(Global)PreAnimatedState on any systems that implement the necessary interface.
| Name | UMovieSceneRestorePreAnimatedStateSystem |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePreAnimatedStateSystem.h |
| Include Path | #include "EntitySystem/MovieScenePreAnimatedStateSystem.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneRestorePreAnimatedStateSystem : public UMovieSceneEntityInstantiatorSystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneEntitySystem → UMovieSceneEntityInstantiatorSystem → UMovieSceneRestorePreAnimatedStateSystem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneRestorePreAnimatedStateSystem
(
const FObjectInitializer& ObjInit |
EntitySystem/MovieScenePreAnimatedStateSystem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PreAnimatedStateRef | TSharedPtr< UE::MovieScene::FPreAnimatedStateExtension > | EntitySystem/MovieScenePreAnimatedStateSystem.h |