![]() |
Ark Server API (ASA) - Wiki
|
#include <CoreDelegates.h>
Collaboration diagram for FCrashOverrideParameters:Public Member Functions | |
| ~FCrashOverrideParameters () | |
Public Attributes | |
| FString | GameNameSuffix |
| bool | bSetCrashReportClientMessageText = true |
| bool | bSetGameNameSuffix = false |
| TOptional< bool > | SendUnattendedBugReports |
| TOptional< bool > | SendUsageData |
Definition at line 60 of file CoreDelegates.h.
| FCrashOverrideParameters::~FCrashOverrideParameters | ( | ) |
Default this to true for backward compatibility before these bools were added.
Definition at line 65 of file CoreDelegates.h.
Definition at line 66 of file CoreDelegates.h.
| FString FCrashOverrideParameters::GameNameSuffix |
Appended to the end of GameName (which is retreived from FApp::GetGameName).
Definition at line 63 of file CoreDelegates.h.
Definition at line 67 of file CoreDelegates.h.
Definition at line 68 of file CoreDelegates.h.