![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CrashUpload.h>
Inheritance diagram for FCrashUploadToReceiver:Public Member Functions | |
| FCrashUploadToReceiver (const FString &InReceiverAddress) | |
| virtual | ~FCrashUploadToReceiver () |
| void | BeginUpload (const FPlatformErrorReport &PlatformErrorReport) |
Public Member Functions inherited from FCrashUploadBase | |
| FCrashUploadBase () | |
| virtual | ~FCrashUploadBase () |
| bool | IsEnabled () const |
| bool | IsUploadCalled () const |
| const FText & | GetStatusText () const |
| bool | IsFinished () const |
| bool | IsFinishedSuccessfully () const |
| void | Cancel () |
Handles uploading files to the crash report server
|
explicit |
Constructor: pings server
| ServerAddress | Host IP of the crash report server |
|
virtual |
Destructor for logging
| void FCrashUploadToReceiver::BeginUpload | ( | const FPlatformErrorReport & | PlatformErrorReport | ) |
Commence upload when ready
| PlatformErrorReport | Error report to upload files from |