Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/PreAnimatedState > API/Runtime/MovieScene/Evaluation/PreAnimatedState/FRestoreStateParams
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieSceneRestoreStateParams.h |
| Include | #include "Evaluation/PreAnimatedState/MovieSceneRestoreStateParams.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/PreAnimatedState/MovieSceneRestoreStateParams.cpp |
TSharedPtr< const FSharedPlaybackState > GetTerminalPlaybackState() const
Remarks
- Retrieve a pointer to the shared playback state that is causing this state to be restored.
-
may not relate to the same sequence instance that originally cached the state in the case where 2 completely different sequences animated the same object at the same time. May be null in test harnesses