FGenericCrashContext::SetOutOfProcessCrashReporterExitCode

Set the out of process crash reporter exit code if known.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformCrashContext.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformCrashContext.cpp

Syntax

static void SetOutOfProcessCrashReporterExitCode
(
    int32 ExitCode
)

Remarks

Set the out of process crash reporter exit code if known. The out of process reporter is expected to run in background, waiting for a signal to handle a crashes/ensures/assert, but sometimes it crashes. If the engine detects that its associated out of process crash reporter died and if the child process exit code can be retrieved, it can be exposed through this function.

See Also

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