Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UEnum
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp |
void SetMetaData
&40;
const TCHAR &42; Key,
const TCHAR &42; InValue,
int32 NameIndex
&41; const
Remarks
Set the metadata value associated with the specified key.
Parameters
Name | Description |
---|---|
Key | the metadata tag to find the value for |
NameIndex | if specified, will search the metadata linked for that enum value; otherwise, searches the metadata for the enum itself |
InValue | Value of the metadata for the key |