Navigation
API > API/Runtime > API/Runtime/CrashReportCore > API/Runtime/CrashReportCore/FCrashUploadToDataRouter
Description
Compresses all optional attachments files and sends one compressed file. Requires the base report to have been already sent (via BeginUpload).
| Name | BeginUploadOptionalAttachments |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashUpload.h |
| Include Path | #include "CrashUpload.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/CrashUpload.cpp |
void BeginUploadOptionalAttachments
(
const FPlatformErrorReport & PlatformErrorReport
)