UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PropertyTemplate::FTokenProducer< PropertyValueType > Struct Template Reference

#include <MovieScenePropertyTemplate.h>

+ Inheritance diagram for PropertyTemplate::FTokenProducer< PropertyValueType >:

Public Member Functions

 FTokenProducer (FTrackInstancePropertyBindings &InPropertyBindings)
 
virtual IMovieScenePreAnimatedTokenPtr CacheExistingState (UObject &Object) const
 
- Public Member Functions inherited from IMovieScenePreAnimatedTokenProducer
virtual ~IMovieScenePreAnimatedTokenProducer ()
 
virtual void InitializeObjectForAnimation (UObject &Object) const
 

Public Attributes

FTrackInstancePropertyBindingsPropertyBindings
 

Constructor & Destructor Documentation

◆ FTokenProducer()

Member Function Documentation

◆ 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)
Parameters
ObjectThe object to initialize
Returns
A valid pre animated token that will restore this object back to its current state

Implements IMovieScenePreAnimatedTokenProducer.

Member Data Documentation

◆ PropertyBindings


The documentation for this struct was generated from the following file: