IMovieScenePreAnimatedGlobalToken

Base class for all pre-animated state tokens that do not apply to UObjects.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneExecutionToken.h"

Syntax

struct IMovieScenePreAnimatedGlobalToken

Remarks

Base class for all pre-animated state tokens that do not apply to UObjects. Store any cached state in derived classes.

Destructors

Functions

Name Description

Public function

void

 

RestoreState

(
    const UE::MovieScene::FRestoreState...
)

Restore global state for a master track.

Deprecated Functions

Name Description

Public function Virtual

void

 

RestoreState

(
    IMovieScenePlayer& Player
)

Please use the overload that takes UE::MovieScene::FRestoreStateParams

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