Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TPreAnimatedStateStorage
Description
Creates a new pre-animated state entry from a list of arguments suitable for building the storage key.
Note that the arguments are also used for getting the group handle, if the storage traits required grouping.
| Name | MakeEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateStorage.h |
| Include Path | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateStorage.h" |
template<typename... KeyArgs>
FPreAnimatedStateEntry MakeEntry
(
KeyArgs &&... InKeyArgs
)