Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UEnum
- UEnum::GetAuthoredNameStringByIndex()
- UUserDefinedEnum::GetAuthoredNameStringByIndex()
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 |
virtual FString GetAuthoredNameStringByIndex
&40;
int32 InIndex
&41; const
Remarks
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
Parameters
Name | Description |
---|---|
InIndex | Index of the enum value to get Display Name for |