![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DownloadServiceStatistics.h>
Static Public Member Functions | |
| static IDownloadServiceStatistics * | Create (ISpeedRecorder *SpeedRecorder, IDataSizeProvider *DataSizeProvider, IInstallerAnalytics *InstallerAnalytics) |
A factory for creating an IDownloadServiceStatistics instance.
|
static |
Creates the download service's dependency interface and exposes additional information.
| SpeedRecorder | The speed recorder instance that we send activity records to. |
| DataSizeProvider | The data size provider for looking up the file size of each downloadable chunk. |
| InstallerAnalytics | The analytics implementation for reporting the download service events. |