TMovieSceneSavedTokens::Restore

Restore all pre animated state tokens held by this container that pass the specified filter predicate

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePreAnimatedState.h

Include

#include "Evaluation/MovieScenePreAnimatedState.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieScenePreAnimatedState.cpp

Syntax

void Restore
(
    IMovieScenePlayer & Player,
    TFunctionRef< bool)> InFilter
)

Remarks

Restore all pre animated state tokens held by this container that pass the specified filter predicate

Parameters

Parameter

Description

Player

Movie scene player that is restoring the tokens

InFilter

Filter predicate that, when true, will restore tokens based on their animation type identifier

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss