FPropertyDefinition::GetMetaDataComponent

Return a typed component ID for the meta data at the specified index.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyRegistry.h

Include

#include "EntitySystem/MovieScenePropertyRegistry.h"

Syntax

template<typename T>
TComponentTypeID< T > GetMetaDataComponent
(
    int32 Index
) const

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss