TCachedState

Cached preanimated state for a given property

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePropertyTemplate.h

Include

#include "Evaluation/MovieScenePropertyTemplate.h"

Syntax

template<typename PropertyValueType, typename IntermediateType>
struct TCachedState : public IMovieScenePreAnimatedToken

Remarks

Cached preanimated state for a given property

Variables

Name Description

Public variable

FTrackInstanceP...

 

Bindings

Public variable

IntermediateTyp...

 

Value

Constructors

Name Description

Public function

TCachedState

(
    typename TCallTraits< IntermediateT...,
    const FTrackInstancePropertyBinding...
)

Overridden from IMovieScenePreAnimatedToken

Name Description

Public function Virtual

void

 

RestoreState

(
    UObject& Object,
    const UE::MovieScene::FRestoreState...
)

Restore state for the specified object, only called when this token was created with a bound object

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