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