Choose your operating system:
Windows
macOS
Linux
| UEnum::SetEnums()
|
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include |
#include "UObject/Class.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp |
Sets the array of enums.
true unless the MAX enum already exists and isn't the last enum.
Parameter |
Description |
---|---|
InNames |
List of enum names. |
InCppForm |
The form of enum. |
bAddMaxKeyIfMissing |
Should a default Max item be added. |