IMovieScenePreAnimatedToken::RestoreState

Restore state for the specified object, only called when this token was created with a bound object

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneExecutionToken.h

Include

#include "MovieSceneExecutionToken.h"

Syntax

void RestoreState
(
    UObject & Object,
    IMovieScenePlayer & Player
)

Remarks

Restore state for the specified object, only called when this token was created with a bound object

Parameters

Parameter

Description

Object

The object to restore state for

Player

The movie scene player that is responsible for playing back the sequence

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