Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/DescriptorReader
Warnings * The key must be null-terminated.
Description
If no value is associated with the given key, the returned view will contain nullptr and will have a size of 0.
The key must be null-terminated.
| Name | getMetaDataValue |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DescriptorReader.h |
| Include Path | #include "dna/layers/DescriptorReader.h" |
StringView getMetaDataValue
(
const char * key
) const
View over the metadata value string.
Parameters
| Name | Remarks |
|---|---|
| key | A unique-known key that has a value associated to it. |