EAutomatedBuildBehavior

Enumeration representing automated build behavior in the event of an error

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorBuildUtils.h

Include

#include "EditorBuildUtils.h"

Syntax

enum EAutomatedBuildBehavior
{
    ABB_PromptOnError,
    ABB_FailOnError,
    ABB_ProceedOnError,
}

Values

Name

Description

ABB_PromptOnError

ABB_FailOnError

ABB_ProceedOnError

Remarks

Enumeration representing automated build behavior in the event of an error

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss