UMetaData::SetObjectValues

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 SetObjectValues
(
    const UObject * Object,
    TMap< FName, FString > && Values
)

Remarks

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

Parameters

Parameter

Description

Object

the object to set the metadata for 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