TStatelessPreAnimatedTokenProducer

Templated stateless pre-animated state token producer that simply creates the templated type

Windows
MacOS
Linux

Inheritance Hierarchy

IMovieScenePreAnimatedTokenProducer

TStatelessPreAnimatedTokenProducer

References

Module

MovieScene

Header

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

Include

#include "MovieSceneExecutionToken.h"

Syntax

template<typename TokenType>
struct TStatelessPreAnimatedTokenProducer : public IMovieScenePreAnimatedTokenProducer

Remarks

Templated stateless pre-animated state token producer that simply creates the templated type

Overridden from IMovieScenePreAnimatedTokenProducer

Name Description

Public function Virtual Const

IMovieSceneP...

 

CacheExistingState

(
    UObject& Object
)

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)

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