Navigation
API > API/Runtime > API/Runtime/MovieScene
Cached preanimated state for a given property
| Name | TCachedState |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePropertyTemplate.h |
| Include Path | #include "Evaluation/MovieScenePropertyTemplate.h" |
Syntax
template<typename PropertyValueType, typename IntermediateType>
struct TCachedState : public IMovieScenePreAnimatedToken
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCachedState
(
typename TCallTraits< IntermediateType >::ParamType InValue, |
Evaluation/MovieScenePropertyTemplate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bindings | FTrackInstancePropertyBindings | Evaluation/MovieScenePropertyTemplate.h | ||
| Value | IntermediateType | Evaluation/MovieScenePropertyTemplate.h |
Functions
Public
Overridden from IMovieScenePreAnimatedToken
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RestoreState
(
UObject& Object, |
Restore state for the specified object, only called when this token was created with a bound object | Evaluation/MovieScenePropertyTemplate.h |