![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieScenePreAnimatedStateStorage.h>
Inheritance diagram for UE::MovieScene::TSimplePreAnimatedStateTraits< InKeyType, InStorageType >:Public Types | |
| using | KeyType = InKeyType |
| using | StorageType = InStorageType |
Public Types inherited from UE::MovieScene::FPreAnimatedStateTraits | |
| enum | { NeedsInitialize = false , SupportsGrouping = false , SupportsReplaceObject = false } |
Public Member Functions | |
| void | RestorePreAnimatedValue (const KeyType &Key, StorageType &SavedValue, const FRestoreStateParams &Params) |
Simple traits class that works with the simple storage below. The only thing that is needed is a void RestoreState(KeyType, Params) method on the state class.
| using UE::MovieScene::TSimplePreAnimatedStateTraits< InKeyType, InStorageType >::KeyType = InKeyType |
| using UE::MovieScene::TSimplePreAnimatedStateTraits< InKeyType, InStorageType >::StorageType = InStorageType |
|
inline |