EBuildIssueType

The various issues that can occur.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Dialogs/SBuildProgress.h

Include

#include "Dialogs/SBuildProgress.h"

Syntax

enum EBuildIssueType
{
    BUILDISSUE_CriticalError,
    BUILDISSUE_Error,
    BUILDISSUE_Warning,
}

Values

Name

Description

BUILDISSUE_CriticalError

A critical error has occurred.

BUILDISSUE_Error

An error has occurred.

BUILDISSUE_Warning

A warning has occurred.

Remarks

The various issues that can occur.

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