Navigation
API > API/Runtime > API/Runtime/CrashReportCore
Holds basic configuration for the crash report client.
| Name | FCrashReportCoreConfig |
| Type | struct |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashReportCoreConfig.h |
| Include Path | #include "CrashReportCoreConfig.h" |
Syntax
struct FCrashReportCoreConfig
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCrashReportCoreConfig() |
Initialization constructor. | CrashReportCoreConfig.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyProjectOverrides
(
const FString& ConfigFilePath |
CrashReportCoreConfig.h | ||
bool GetAllowToBeContacted() |
CrashReportCoreConfig.h | ||
const FString & GetCompanyName() |
CrashReportCoreConfig.h | ||
const FString & GetDataRouterUnixSocket() |
CrashReportCoreConfig.h | ||
const FString & GetDataRouterURL() |
CrashReportCoreConfig.h | ||
const FString & GetDiagnosticsFilename() |
CrashReportCoreConfig.h | ||
| CrashReportCoreConfig.h | |||
bool GetHideAllowToBeContactedOption() |
CrashReportCoreConfig.h | ||
bool GetHideLogFilesOption() |
CrashReportCoreConfig.h | ||
bool GetHideRestartOption() |
CrashReportCoreConfig.h | ||
const FString & GetReceiverAddress() |
CrashReportCoreConfig.h | ||
bool GetSendLogFile() |
CrashReportCoreConfig.h | ||
bool GetShowEndpointInTooltip() |
CrashReportCoreConfig.h | ||
int GetUserCommentSizeLimit() |
CrashReportCoreConfig.h | ||
const FString & GetVersion() |
CrashReportCoreConfig.h | ||
bool IsAllowedToCloseWithoutSending() |
CrashReportCoreConfig.h | ||
bool IsAllowedToSendWithoutDetailedInfo() |
CrashReportCoreConfig.h | ||
void PrintSettingsToLog() |
Prints the current settings to the log. Call once all applicable overrides has been applied. | CrashReportCoreConfig.h | |
void SetAllowToBeContacted
(
bool bNewValue |
CrashReportCoreConfig.h | ||
void SetProjectConfigOverrides
(
const FConfigFile& InConfigFile |
Set config values that are determined by the crashing application saving a config file to the crash folder | CrashReportCoreConfig.h | |
void SetSendLogFile
(
bool bNewValue |
CrashReportCoreConfig.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReadFullCrashDumpConfigurations() |
Reads FFullCrashDumpEntry config entries. | CrashReportCoreConfig.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FCrashReportCoreConfig & Get() |
Accesses the singleton. | CrashReportCoreConfig.h |