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 |
static int64 ParseEnum
&40;
const TCHAR &42;& Str
&41;
Remarks
Parses the passed in string for a name, then searches for that name in any Enum (in any package) index of the value the parsed enum name matches, or INDEX_NONE if no matches
Parameters
| Name | Description |
|---|---|
| Str | pointer to string to parse; if we successfully find an enum, this pointer is advanced past the name found |