FEditorAnalyticsSession::SaveExitCode

Persist the Editor exit code corresponding of this session in the key-store value.

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 SaveExitCode
(
    int32 ExitCode,
    const FDateTime & ApproximativeDeathTimeUtc
)

Remarks

Persist the Editor exit code corresponding of this session in the key-store value.

Returns

true if the exit code is persisted with the session data. This function should only be called by the out of process monitor when the process exit value is known.

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