Navigation
API > API/Runtime > API/Runtime/Core
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.
| Name | FCrashOverrideParameters |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
| Include Path | #include "Misc/CoreDelegates.h" |
Syntax
struct FCrashOverrideParameters
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FCrashOverrideParameters() |
Misc/CoreDelegates.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSetCrashReportClientMessageText | bool | Default this to true for backward compatibility before these bools were added. | Misc/CoreDelegates.h | |
| bSetGameNameSuffix | bool | Misc/CoreDelegates.h | ||
| GameNameSuffix | FString | Appended to the end of GameName (which is retreived from FApp::GetGameName). | Misc/CoreDelegates.h | |
| SendUnattendedBugReports | TOptional< bool > | Misc/CoreDelegates.h | ||
| SendUsageData | TOptional< bool > | Misc/CoreDelegates.h |