Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorBuildUtils
Enumeration representing automated build behavior in the event of an error
| Name | EAutomatedBuildBehavior |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorBuildUtils.h |
| Include Path | #include "EditorBuildUtils.h" |
Syntax
enum EAutomatedBuildBehavior
{
ABB_PromptOnError,
ABB_FailOnError,
ABB_ProceedOnError,
}
Values
| Name | Remarks |
|---|---|
| ABB_PromptOnError | |
| ABB_FailOnError | |
| ABB_ProceedOnError |