Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| |
|
| Name |
EWebAPIGenerationResult |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/WebAPICodeGenerator.h |
| Include Path |
#include "CodeGen/WebAPICodeGenerator.h" |
Syntax
enum EWebAPIGenerationResult
{
Failed = 0,
Succeeded = 1,
FailedWithErrors = 2,
FailedWithWarnings = 3,
SucceededWithWarnings = 4,
}
Values
| Name |
Remarks |
| Failed |
|
| Succeeded |
|
| FailedWithErrors |
|
| FailedWithWarnings |
|
| SucceededWithWarnings |
|