Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TInitialValueProcessor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EntitySystem/MovieScenePropertyComponentHandler.h | |||
TInitialValueProcessor
(
TComponentTypeID< typename PropertyTraits::StorageType > InInitialValueType, |
EntitySystem/MovieScenePropertyComponentHandler.h |
TInitialValueProcessor()
| Name | TInitialValueProcessor |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyComponentHandler.h |
| Include Path | #include "EntitySystem/MovieScenePropertyComponentHandler.h" |
TInitialValueProcessor()
TInitialValueProcessor(TComponentTypeID< typename PropertyTraits::StorageType >, TArrayView< const FComponentTypeID >, ICustomPropertyRegistration *)
| Name | TInitialValueProcessor |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyComponentHandler.h |
| Include Path | #include "EntitySystem/MovieScenePropertyComponentHandler.h" |
TInitialValueProcessor
(
TComponentTypeID < typename PropertyTraits::StorageType > InInitialValueType,
TArrayView < const FComponentTypeID > InMetaDataComponents,
ICustomPropertyRegistration * InCustomPropertyRegistration
)