FGenericCrashContext::GetOutOfProcessCrashReporterExitCode

Return the out-of-process crash reporter exit code if available.

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 TOptional< int32 > GetOutOfProcessCrashReporterExitCode()

Remarks

Return the out-of-process crash reporter exit code if available. The exit code is available if crash reporter process died while the application it monitors was still running. Then engine periodically poll the health of the crash reporter process and try to read its exit code if it unexpectedly died. @note This function is useful to try diagnose why the crash reporter died (crashed/killed/asserted) and gather data for the analytics.

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