Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FMetaData
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void SetValue
(
const UObject* Object,
const TCHAR* Key,
const TCHAR* Value
)
|
Set the key/value pair in the Object's metadata |
UObject/MetaData.h |
|
|
Set the key/value pair in the Property's metadata |
UObject/MetaData.h |
|
SetValue(const UObject , const TCHAR , const TCHAR *)
Description
Set the key/value pair in the Object's metadata
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/MetaData.h |
| Include Path |
#include "UObject/MetaData.h" |
| Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp |
void SetValue
(
const UObject * Object,
const TCHAR * Key,
const TCHAR * Value
)
Parameters
| Name |
Remarks |
| Object |
the object to set the metadata for |
| Key |
A key to set the data for |
| Value |
The value to set for the key |
SetValue(const UObject , FName, const TCHAR )
Description
Set the key/value pair in the Property's metadata
| |
|
| Name |
SetValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/MetaData.h |
| Include Path |
#include "UObject/MetaData.h" |
| Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp |
void SetValue
(
const UObject * Object,
FName Key,
const TCHAR * Value
)
Parameters
| Name |
Remarks |
| Object |
the object to set the metadata for |
| Key |
A key to set the data for |
| Value |
The value to set for the key @Values The metadata key/value pairs |