Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
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
| Type | Name | Description | |
|---|---|---|---|
| bool | bSetCrashReportClientMessageText | Default this to true for backward compatibility before these bools were added. | |
| bool | bSetGameNameSuffix | ||
| FString | GameNameSuffix | Appended to the end of GameName (which is retreived from FApp::GetGameName). | |
| TOptional< bool > | SendUnattendedBugReports | ||
| TOptional< bool > | SendUsageData |
Destructors
| Type | Name | Description | |
|---|---|---|---|