FUnixCrashContext::GenerateCrashInfoAndLaunchReporter

Generates a new crash report containing information needed for the crash reporter and launches it; may not return.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Unix/UnixPlatformCrashContext.h

Include

#include "Unix/UnixPlatformCrashContext.h"

Source

/Engine/Source/Runtime/Core/Private/Unix/UnixPlatformCrashContext.cpp

Syntax

void GenerateCrashInfoAndLaunchReporter
(
    bool bReportingNonCrash
) const

Remarks

Generates a new crash report containing information needed for the crash reporter and launches it; may not return.

Returns

If bReportingNonCrash is false, the function will not return

Parameters

Parameter

Description

bReportingNonCrash

if true, we are not reporting a crash (but e.g. ensure()), so don't re-raise the signal.

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