Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/DescriptorReader
Warnings * The index must be less than the value returned by getMetaDataCount.
Description
The index must be less than the value returned by getMetaDataCount.
| Name | getMetaDataKey |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DescriptorReader.h |
| Include Path | #include "dna/layers/DescriptorReader.h" |
StringView getMetaDataKey
(
std::uint32_t index
) const
View over the key name string.
Parameters
| Name | Remarks |
|---|---|
| index | A position in the zero-indexed array of key-value pairs. |