UMetaData::SetValue

Set the key/value pair in the Property'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,
    FName Key,
    const TCHAR * Value
)

Remarks

Set the key/value pair in the Property'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 The metadata key/value pairs

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