Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > PreAnimatedState > TPreAnimatedStateStorage
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateStorage.h |
Include | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateStorage.h" |
void AssignPreAnimatedValue
&40;
FPreAnimatedStorageIndex StorageIndex,
EPreAnimatedStorageRequirement StorageRequirement,
StorageType && InNewValue
&41;
Remarks
Assign the value for a specific storage index. It is an error to re-assign an already cached value.
Parameters
Name | Description |
---|---|
StorageIndex | The storage index to assign a value for |
StorageRequirement | Whether to assign the value to this index's persistent, or transient value. Transient should be used when this value is directly associated with a track evaluating. |
InNewValue | The value to assign |