IMovieScenePreAnimatedToken

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

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieScene

Header

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

Include

#include "MovieSceneExecutionToken.h"

Syntax

struct IMovieScenePreAnimatedToken

Remarks

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

Destructors

Functions

Name Description

Public function

void

 

RestoreState

(
    UObject& Object,
    IMovieScenePlayer& Player
)

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

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