UMetaData::SetValue

Set the key/value pair in the Object's metadata

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/MetaData.h

Include

#include "UObject/MetaData.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp

Syntax

void SetValue
(
    const UObject * Object,
    const TCHAR * Key,
    const TCHAR * Value
)

Remarks

Set the key/value pair in the Object's metadata

Parameters

Parameter

Description

Object

the object to set the metadata for

Key

A key to set the data for

Value

The value to set for the key

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