![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieScenePropertyTemplate.h>
Inheritance diagram for PropertyTemplate::TCachedState< PropertyValueType, IntermediateType >:Public Member Functions | |
| TCachedState (typename TCallTraits< IntermediateType >::ParamType InValue, const FTrackInstancePropertyBindings &InBindings) | |
| virtual void | RestoreState (UObject &Object, const UE::MovieScene::FRestoreStateParams &Params) override |
Public Member Functions inherited from IMovieScenePreAnimatedToken | |
| virtual | ~IMovieScenePreAnimatedToken () |
Public Attributes | |
| IntermediateType | Value |
| FTrackInstancePropertyBindings | Bindings |
Cached preanimated state for a given property
|
inline |
|
inlineoverridevirtual |
Restore state for the specified object, only called when this token was created with a bound object
| Object | The object to restore state for |
| Params | Parameters for restoring state |
Implements IMovieScenePreAnimatedToken.
| FTrackInstancePropertyBindings PropertyTemplate::TCachedState< PropertyValueType, IntermediateType >::Bindings |