Choose your operating system:
Windows
macOS
Linux
| UEnum::GetDisplayNameTextByIndex()
|
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include |
#include "UObject/Class.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp |
Finds the localized display name or native display name as a fallback. If called from a cooked build this will normally return the short name as Metadata is not available.
The display name for this object, or an empty text if Index is invalid
Parameter |
Description |
---|---|
InIndex |
Index of the enum value to get Display Name for |