EErrorReportMode::Type

Enumerates supported error reporting modes.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h

Include

#include "GenericPlatform/GenericPlatformMisc.h"

Syntax

namespace EErrorReportMode
{
    enum Type
    {
        Interactive,
        Unattended,
        Balloon,
    }
}

Values

Name

Description

Interactive

Displays a call stack with an interactive dialog for entering repro steps, etc.

Unattended

Unattended mode. No repro steps, just submits data straight to the server

Balloon

Same as unattended, but displays a balloon window in the system tray to let the user know

Remarks

Enumerates supported error reporting modes.

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