Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FPreAnimatedStateExtension
Description
Restore any state cached for the specified group
@params GroupHandle Handle to the group to restore
| Name | RestoreStateForGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h |
| Include Path | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.cpp |
void RestoreStateForGroup
(
FPreAnimatedStorageGroupHandle GroupHandle,
const FRestoreStateParams & Params
)
Parameters
| Name | Remarks |
|---|---|
| Params | Parameters for restoration |