Navigation
API > API/Editor > API/Editor/UnrealEd
Implements per-project cooker settings exposed to the editor
| Name | UCrashReporterSettings |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/CrashReporterSettings.h |
| Include Path | #include "CrashReporterSettings.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings, MinimalAPI)
class UCrashReporterSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCrashReporterSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCrashReporterSettings
(
const FObjectInitializer& ObjectInitializer |
CrashReporterSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DownstreamStorage | FString | Local downstream PDB storage path (used for caching remote .PDB files) | CrashReporterSettings.h |
|
| RemoteStorage | TArray< FString > | Remote PDB storage (directory path or http/https URL) | CrashReporterSettings.h | |
| UploadSymbolsPath | FString | Directory for uploading locally built binaries and .PDB files | CrashReporterSettings.h |
|