Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/PreAnimatedState
Inheritance Hierarchy
- TSharedFromThis
- IPreAnimatedStorage
- TPreAnimatedStateStorage
- TSimplePreAnimatedStateStorage
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateStorage.h |
| Include | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateStorage.h" |
Syntax
template<typename KeyType, typename StorageType>
struct TSimplePreAnimatedStateStorage : public UE::MovieScene::TPreAnimatedStateStorage< TSimplePreAnimatedStateTraits< KeyType, StorageType > >
Remarks
Simple pre-animated state storage that doesn't support any grouping, and lets people simply implement a `void RestoreState(KeyType, Params)_ method on their state class.