DescriptorReader::getMetaDataValue

Stored metadata value associated with the given key. @note If no value is associated with the given key, the returned view will contain nullptr and will have a size of 0.

Windows
MacOS
Linux

Warnings

  • The key must be null-terminated.

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DescriptorReader.h

Include

#include "dna/layers/DescriptorReader.h"

Syntax

StringView getMetaDataValue
(
    const char * key
) const

Remarks

The key must be null-terminated.

Returns

View over the metadata value string.

Parameters

Parameter

Description

key

A unique-known key that has a value associated to it.

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