#include <CrashUpload.h>
◆ FCrashUploadBase()
| FCrashUploadBase::FCrashUploadBase |
( |
| ) |
|
◆ ~FCrashUploadBase()
| FCrashUploadBase::~FCrashUploadBase |
( |
| ) |
|
|
virtual |
◆ AddReportToFailedList()
| void FCrashUploadBase::AddReportToFailedList |
( |
| ) |
const |
|
protected |
When failed, add the report to a file list containing reports to upload next time
◆ Cancel()
| void FCrashUploadBase::Cancel |
( |
| ) |
|
|
inline |
◆ CleanCrashReportDirectory()
| void FCrashUploadBase::CleanCrashReportDirectory |
( |
const FString & |
CrashReportDirectory | ) |
|
|
protected |
Removes crash report folder once submitted to the crash reporting backend, as to not fill up server -CleanCrashReports must be specified on the crash report client command line
◆ CompressData()
◆ GetStatusText()
| const FText & FCrashUploadBase::GetStatusText |
( |
| ) |
const |
|
inline |
Provide progress or error information for the UI
◆ IsEnabled()
| bool FCrashUploadBase::IsEnabled |
( |
| ) |
const |
|
inline |
Is this uploader enabled or disabled?
◆ IsFinished()
| bool FCrashUploadBase::IsFinished |
( |
| ) |
const |
|
inline |
Determine whether the upload has finished (successfully or otherwise)
- Returns
- Whether the upload has finished
◆ IsFinishedSuccessfully()
| bool FCrashUploadBase::IsFinishedSuccessfully |
( |
| ) |
const |
|
inline |
Determine whether the upload has finished successfully.
◆ IsInitialized()
◆ IsUploadCalled()
| bool FCrashUploadBase::IsUploadCalled |
( |
| ) |
const |
|
inline |
Has BeginUpload been called?
◆ SetCurrentState()
Set the current state, also updating the status text where necessary
- Parameters
-
| State | State the uploader is now in |
◆ StaticInitialize()
◆ StaticShutdown()
| void FCrashUploadBase::StaticShutdown |
( |
| ) |
|
|
static |
◆ ToString()
Get a string representation of the state, for logging purposes
- Parameters
-
- Returns
- Literal string value
◆ bInitialized
◆ bUploadCalled
| bool FCrashUploadBase::bUploadCalled |
|
protected |
◆ ErrorReport
Error report being processed
◆ FailedReportDirectories
| TArray< FString > FCrashUploadBase::FailedReportDirectories |
|
staticprotected |
Full paths of reports from this run that did not upload
◆ PauseState
State to pause at until confirmation has been received to continue
◆ PendingFiles
| TArray<FString> FCrashUploadBase::PendingFiles |
|
protected |
Full paths of files still to be uploaded
◆ PendingReportDirectories
| TArray< FString > FCrashUploadBase::PendingReportDirectories |
|
staticprotected |
Full paths of reports from previous runs still to be uploaded
◆ PendingReportDirectoryIndex
| int32 FCrashUploadBase::PendingReportDirectoryIndex |
|
protected |
◆ PostData
Buffer to keep reusing for file content and other messages
◆ State
What this class is currently doing
◆ UploadStateText
| FText FCrashUploadBase::UploadStateText |
|
protected |
Status of upload to display
The documentation for this class was generated from the following files: