Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UField
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetMetaData
(
const TCHAR* Key, |
Sets the metadata value associated with the key | UObject/Class.h | |
void SetMetaData
(
const FName& Key, |
UObject/Class.h |
SetMetaData(const TCHAR , const TCHAR )
Description
Sets the metadata value associated with the key
| Name | SetMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
void SetMetaData
(
const TCHAR * Key,
const TCHAR * InValue
)
The value associated with the key
Parameters
| Name | Remarks |
|---|---|
| Key | The key to lookup in the metadata |
SetMetaData(const FName &, const TCHAR *)
| Name | SetMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
void SetMetaData
(
const FName & Key,
const TCHAR * InValue
)