FCrashOverrideParameters

Parameters passed to CrashOverrideParamsChanged used to customize crash report client behavior/appearance. If the corresponding bool is not true, this value will not be stored.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h

Include

#include "Misc/CoreDelegates.h"

Syntax

struct FCrashOverrideParameters

Remarks

Parameters passed to CrashOverrideParamsChanged used to customize crash report client behavior/appearance. If the corresponding bool is not true, this value will not be stored.

Variables

Name Description

Public variable

bool

 

bSetCrashReportClientMessageText

Default this to true for backward compatibility before these bools were added.

Public variable

bool

 

bSetGameNameSuffix

Public variable

FString

 

GameNameSuffix

Appended to the end of GameName (which is retreived from FApp::GetGameName).

Public variable

TOptional< bool...

 

SendUnattendedBugReports

Public variable

TOptional< bool...

 

SendUsageData

Destructors

Name Description

Public function

~FCrashOverrideParameters()

Deprecated Variables

Name Description

Public variable

FString

 

CrashReportClientMessageText

CrashReportClientMessageText should now be set through the CrashReportClientRichText property in the [CrashContextProperties] section of DefaultEngine.ini.

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