Navigation
API > API/Runtime > API/Runtime/CrashReportCore
Implementation of the crash report client used for unattended uploads
| Name | FCrashReportCoreUnattended |
| Type | class |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashReportCoreUnattended.h |
| Include Path | #include "CrashReportCoreUnattended.h" |
Syntax
class FCrashReportCoreUnattended
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCrashReportCoreUnattended
(
FPlatformErrorReport& InErrorReport, |
Set up uploader object | CrashReportCoreUnattended.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExitWhenComplete | bool | Exit when complete | CrashReportCoreUnattended.h | |
| bUploadComplete | bool | Upload is complete | CrashReportCoreUnattended.h | |
| DataRouterUploader | FCrashUploadToDataRouter | Object that uploads report files to the server | CrashReportCoreUnattended.h | |
| ErrorReport | FPlatformErrorReport | Platform code for accessing the report | CrashReportCoreUnattended.h | |
| ReceiverUploader | FCrashUploadToReceiver | Object that uploads report files to the server | CrashReportCoreUnattended.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsUploadComplete() |
CrashReportCoreUnattended.h |