![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CoreDelegates.h>
Public Member Functions | |
| CORE_API | ~FCrashOverrideParameters () |
Public Attributes | |
| FString | GameNameSuffix |
| bool | bSetCrashReportClientMessageText = true |
| bool | bSetGameNameSuffix = false |
| TOptional< bool > | SendUnattendedBugReports |
| TOptional< bool > | SendUsageData |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS FCrashOverrideParameters::~FCrashOverrideParameters | ( | ) |
Default this to true for backward compatibility before these bools were added.
| FString FCrashOverrideParameters::GameNameSuffix |
Appended to the end of GameName (which is retreived from FApp::GetGameName).