◆ FDownloadServiceStatistics()
◆ GetBytesDownloaded()
| uint64 BuildPatchServices::FDownloadServiceStatistics::GetBytesDownloaded |
( |
| ) |
const |
|
overridevirtual |
◆ GetCurrentDownloads()
| TArray< FDownload > BuildPatchServices::FDownloadServiceStatistics::GetCurrentDownloads |
( |
| ) |
const |
|
overridevirtual |
◆ GetImmediateAverageSpeedPerRequest()
| TPair< double, uint32 > BuildPatchServices::FDownloadServiceStatistics::GetImmediateAverageSpeedPerRequest |
( |
uint32 |
MinCount | ) |
|
|
overridevirtual |
Calculates the average speed per request since the last time this function was called. NOT A CUMULATIVE AVERAGE
- Parameters
-
| MinCount | – The smallest number of samples that will be used for calculating an average; if the minimum count isn't met, the same value as the previous call is returned, and the samples will continue to accumulate. |
- Returns
- A pair containing an average of the per-request download speed SINCE THIS FUNCTION WAS LAST CALLED and the count of requests completed since the last call.
Implements BuildPatchServices::IDownloadServiceStatistics.
◆ GetNumCurrentDownloads()
| int32 BuildPatchServices::FDownloadServiceStatistics::GetNumCurrentDownloads |
( |
| ) |
const |
|
overridevirtual |
◆ GetNumFailedChunkDownloads()
| int32 BuildPatchServices::FDownloadServiceStatistics::GetNumFailedChunkDownloads |
( |
| ) |
const |
|
overridevirtual |
◆ GetNumSuccessfulChunkDownloads()
| int32 BuildPatchServices::FDownloadServiceStatistics::GetNumSuccessfulChunkDownloads |
( |
| ) |
const |
|
overridevirtual |
◆ OnDownloadComplete()
| void BuildPatchServices::FDownloadServiceStatistics::OnDownloadComplete |
( |
const FDownloadRecord & |
DownloadRecord | ) |
|
|
overridevirtual |
◆ OnDownloadProgress()
| void BuildPatchServices::FDownloadServiceStatistics::OnDownloadProgress |
( |
int32 |
RequestId, |
|
|
uint64 |
BytesReceived |
|
) |
| |
|
overridevirtual |
◆ OnDownloadStarted()
| void BuildPatchServices::FDownloadServiceStatistics::OnDownloadStarted |
( |
int32 |
RequestId, |
|
|
const FString & |
Uri |
|
) |
| |
|
overridevirtual |
◆ Reset()
| void BuildPatchServices::FDownloadServiceStatistics::Reset |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: