FEditorAnalyticsSession::SaveMonitorExceptCode

Set the exception code that caused the monitor application to crash.

Windows
MacOS
Linux

References

Module

EditorAnalyticsSession

Header

/Engine/Source/Developer/EditorAnalyticsSession/Public/EditorAnalyticsSession.h

Include

#include "EditorAnalyticsSession.h"

Source

/Engine/Source/Developer/EditorAnalyticsSession/Private/EditorAnalyticsSession.cpp

Syntax

bool SaveMonitorExceptCode
(
    int32 ExceptCode
)

Remarks

Set the exception code that caused the monitor application to crash. When the monitoring application raises and catches an unexpected exception, it tries to save the exception code it in the session before dying.

Returns

true if the exception code is persisted with the session data. @note This is to diagnose the cases where CrashReportClientEditor send the summary event delayed and without the Editor exit code.

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