Choose your operating system:
Windows
macOS
Linux
| UEnum::SetEnums()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedEnum.h |
Include |
#include "Engine/UserDefinedEnum.h" |
Source |
/Engine/Source/Runtime/Engine/Private/UserDefinedEnum.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. |