Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TPreAnimatedStateStorage
Description
Check whether a piece of cached storage has been initialized yet. This will be false where multiple entities contribute to an object's state but a different entity actually assigns the value (eg multiple blended entiies). Saving state for these requires 2 passes: firstly we gather all the entities that contribute to the state (which may not be able to even know how to cache the state), then we capture the actual value.
| Name | IsStorageInitialized |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateStorage.h |
| Include Path | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateStorage.h" |
bool IsStorageInitialized
(
FPreAnimatedStorageIndex StorageIndex
) const