DescriptorWriter::setMetaData

Associate the metadata value with the given key.

Windows
MacOS
Linux

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/DescriptorWriter.h"

Syntax

void setMetaData
(
    const char * key,
    const char * value
)

Remarks

Associate the metadata value with the given key.

Parameters

Parameter

Description

key

A unique, null-terminated key, to which the given value will be assigned.

value

A null-terminated, metadata value, which is to be assigned to the given key. @note Consecutive calls using the same key will overwrite any existing data. @note Passing nullptr as the value argument will cause the associated key to be deleted.

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