Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SBuildProgressWidget
The various issues that can occur.
| Name | EBuildIssueType |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Dialogs/SBuildProgress.h |
| Include Path | #include "Dialogs/SBuildProgress.h" |
Syntax
enum EBuildIssueType
{
BUILDISSUE_CriticalError,
BUILDISSUE_Error,
BUILDISSUE_Warning,
}
Values
| Name | Remarks |
|---|---|
| BUILDISSUE_CriticalError | A critical error has occurred. |
| BUILDISSUE_Error | An error has occurred. |
| BUILDISSUE_Warning | A warning has occurred. |