IMovieScenePreAnimatedTokenProducer::CacheExistingState

Produce a token that can be used to return the specified object back to its current state @note Under some circumstances, the object may already be animated (for instance, after something has animated the object, but didn't restore state)

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

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

Include

#include "MovieSceneExecutionToken.h"

Syntax

IMovieScenePreAnimatedTokenPtr CacheExistingState
(
    UObject & Object
) const

Remarks

Produce a token that can be used to return the specified object back to its current state @note Under some circumstances, the object may already be animated (for instance, after something has animated the object, but didn't restore state)

Returns

A valid pre animated token that will restore this object back to its current state

Parameters

Parameter

Description

Object

The object to initialize

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