FMovieSceneRemoveInitialValueTokenProducer

Pre animated token producer that reverts the object's initial value from the actuator when its state is restored

Windows
MacOS
Linux

Inheritance Hierarchy

IMovieScenePreAnimatedTokenProducer

FMovieSceneRemoveInitialValueTokenProducer

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/MovieSceneInitialValueStore.h

Include

#include "Evaluation/Blending/MovieSceneInitialValueStore.h"

Syntax

struct FMovieSceneRemoveInitialValueTokenProducer : public IMovieScenePreAnimatedTokenProducer

Remarks

Pre animated token producer that reverts the object's initial value from the actuator when its state is restored

Constructors

Name Description

Public function

FMovieSceneRemoveInitialValueTokenProducer

Construction from the object whose initial value to remove, and the actuator to remove it from

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