Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FPreAnimatedStateExtension
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< StorageType > GetOrCreateStorage () |
Get a specific type of storage, creating it if it does not already exist | Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h | |
TSharedPtr< StorageType > GetOrCreateStorage
(
TPreAnimatedStorageID< StorageType > InStorageID |
Get a specific type of storage, creating it if it does not already exist | Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h |
GetOrCreateStorage()
Description
Get a specific type of storage, creating it if it does not already exist
The template type must have a static StorageID of type TPreAnimatedStorageID
| Name | GetOrCreateStorage |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h |
| Include Path | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h" |
template<typename StorageType>
TSharedPtr < StorageType > GetOrCreateStorage()
GetOrCreateStorage(TPreAnimatedStorageID< StorageType >)
Description
Get a specific type of storage, creating it if it does not already exist
| Name | GetOrCreateStorage |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h |
| Include Path | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h" |
template<typename StorageType>
TSharedPtr < StorageType > GetOrCreateStorage
(
TPreAnimatedStorageID < StorageType > InStorageID
)