Choose your operating system:
Windows
macOS
Linux
| UEnum::GetAuthoredNameStringByIndex()
|
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include |
#include "UObject/Class.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp |
Returns the unlocalized logical name originally assigned to the enum at creation. By default this is the same as the short name but it is overridden in child classes with different internal name storage. This name is consistent in cooked and editor builds and is useful for things like external data import/export.
The author-specified name, or an empty string if Index is invalid
Parameter |
Description |
---|---|
InIndex |
Index of the enum value to get Display Name for |