Navigation
API > API/Runtime > API/Runtime/CrashReportCore
Handles uploading files to the crash report server
| Name | FCrashUploadToReceiver |
| Type | class |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashUpload.h |
| Include Path | #include "CrashUpload.h" |
Syntax
class FCrashUploadToReceiver : public FCrashUploadBase
Inheritance Hierarchy
- FCrashUploadBase → FCrashUploadToReceiver
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCrashUploadToReceiver
(
const FString& InReceiverAddress |
Constructor: pings server | CrashUpload.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCrashUploadToReceiver() |
Destructor for logging | CrashUpload.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UrlPrefix | FString | Host, port and common prefix of all requests to the server | CrashUpload.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BeginUpload
(
const FPlatformErrorReport& PlatformErrorReport |
Commence upload when ready | CrashUpload.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ParseServerResponse
(
FHttpResponsePtr Response, |
Parse an XML response from the server for the success field | CrashUpload.h |