Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/PreAnimatedState
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedPropertyStorage.h |
| Include | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedPropertyStorage.h" |
Syntax
template<typename StorageType, typename... MetaDataTypes>
struct TPreAnimatedPropertyValue
Remarks
Pre-animated property value, including cached meta-data
Specializations
TPreAnimatedPropertyValue< StorageType >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TVariant< const FCustomPropertyAccessor *, uint16, TSharedPtr< FTrackInstancePropertyBindings > ... | Binding | ||
| StorageType | Data | ||
| TTuple< MetaDataTypes... > | MetaData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPreAnimatedPropertyValue
(
typename TCallTraits< MetaDataTypes >::ParamType... InMetaData |