Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FPropertyDefinition
Description
Return a typed component ID for the meta data at the specified index. Care should obviously be taken here to ensure that the meta data type being used matches the TPropertyComponents traits that constructed this property definition.
| Name | GetMetaDataComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyRegistry.h |
| Include Path | #include "EntitySystem/MovieScenePropertyRegistry.h" |
template<typename T>
TComponentTypeID < T > GetMetaDataComponent
(
int32 Index
) const