Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > EntitySystem
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneEntitySystem
- UMovieSceneEntityInstantiatorSystem
- UMovieSceneRestorePreAnimatedStateSystem
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePreAnimatedStateSystem.h |
Include | #include "EntitySystem/MovieScenePreAnimatedStateSystem.h" |
Syntax
class UMovieSceneRestorePreAnimatedStateSystem : public UMovieSceneEntityInstantiatorSystem
Remarks
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.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieSceneRestorePreAnimatedStateSystem
(
const FObjectInitializer& ObjInit |