UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BuildPatchServices::IDownloadServiceStat::FDownloadRecord Struct Reference

#include <DownloadService.h>

Public Attributes

int32 RequestId
 
FString Uri
 
bool bSuccess
 
int32 ResponseCode
 
ISpeedRecorder::FRecord SpeedRecord
 

Detailed Description

A struct containing the information about a completed request.

Member Data Documentation

◆ bSuccess

bool BuildPatchServices::IDownloadServiceStat::FDownloadRecord::bSuccess

◆ RequestId

int32 BuildPatchServices::IDownloadServiceStat::FDownloadRecord::RequestId

◆ ResponseCode

int32 BuildPatchServices::IDownloadServiceStat::FDownloadRecord::ResponseCode

◆ SpeedRecord

ISpeedRecorder::FRecord BuildPatchServices::IDownloadServiceStat::FDownloadRecord::SpeedRecord

◆ Uri

FString BuildPatchServices::IDownloadServiceStat::FDownloadRecord::Uri

The documentation for this struct was generated from the following file: