Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include |
#include "UObject/Class.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp |
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
Parameter |
Description |
---|---|
Str |
pointer to string to parse; if we successfully find an enum, this pointer is advanced past the name found |