UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ExceptionHandling.h File Reference

Go to the source code of this file.

Functions

CORE_API void ReportInteractiveEnsure (const TCHAR *InMessage)
 
CORE_API bool IsInteractiveEnsureMode ()
 

Variables

CORE_API bool GAlwaysReportCrash
 
CORE_API bool GUseCrashReportClient
 
CORE_API TCHAR MiniDumpFilenameW [1024]
 

Function Documentation

◆ IsInteractiveEnsureMode()

CORE_API bool IsInteractiveEnsureMode ( )
extern

◆ ReportInteractiveEnsure()

CORE_API void ReportInteractiveEnsure ( const TCHAR InMessage)
extern

Variable Documentation

◆ GAlwaysReportCrash

CORE_API bool GAlwaysReportCrash
extern

Whether we should generate crash reports even if the debugger is attached.

Whether we should generate crash reports even if the debugger is attached. NOTE: If -nocrashreports is passed in, this will be ignored.

◆ GUseCrashReportClient

CORE_API bool GUseCrashReportClient
extern

Whether to use ClientReportClient rather than AutoReporter.

Whether to use ClientReportClient rather than the old AutoReporter.

◆ MiniDumpFilenameW

CORE_API TCHAR MiniDumpFilenameW[1024]
extern