Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UEnum > API/Runtime/CoreUObject/UObject/UEnum/LookupEnumNameSlow
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 |
static int64 LookupEnumNameSlow
&40;
FName PackageName,
const TCHAR &42; InTestShortName,
EFindFirstObjectOptions Options,
UEnum &42;&42; OutFoundEnum
&41;
Remarks
Searches the list of all enum value names for the specified name The value the specified name represents if found, otherwise INDEX_NONE
Parameters
Name | Description |
---|---|
PackageName | Package where the enum was defined (/Script/ModuleName or uasset package name in case of script defined enums). If an empty (None) name is specified the function will look through all native enums to find a match |
InTestShortName | Fully qualified or short enum value name (EEnumName::ValueName or ValueName) Options Optional Options that may limit search results or define ambiguous search result behavior |
OutFoundEnum | Optional address of a variable where the resulting UEnum object should be stored |