Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/PreAnimatedState > API/Runtime/MovieScene/Evaluation/PreAnimatedState/TPreAnimatedStateStorage
| Type | Name | Description | |
|---|---|---|---|
| void | CachePreAnimatedValue
(
ContributorTypes... Values |
Save pre-animated state for the specified values, using CacheIfTracked tracking Requires that the traits class implements CachePreAnimatedValue(ContributorTypes...) | |
| void | CachePreAnimatedValue
(
const KeyType& InKey, |
Save pre-animated state for the specified group and key using a callback. | |
| void | CachePreAnimatedValue
(
FPreAnimatedStorageGroupHandle GroupHandle, |
Save pre-animated state for the specified group and key using a callback. |