Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/IMovieScenePropertyComponentHandler.h |
| Include | #include "EntitySystem/IMovieScenePropertyComponentHandler.h" |
Syntax
struct FPropertyComponentView
Remarks
Type-erased view of a component. Used for passing typed data through the IPropertyComponentHandler interface
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyComponentView
(
T& InData |
Construction from a specific piece of data. Specified data must outlive this view | ||
FPropertyComponentView
(
void* InData, |
Construction from a pointer to a piece of data, and its type's size. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| T & | Cast this type-erased view to a known data type. | ||
| int32 | Sizeof () |
Retrieve the size of this component |