![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DownloadService.h>
Static Public Member Functions | |
| static IDownloadService * | Create (IHttpManager *HttpManager, IFileSystem *FileSystem, IDownloadServiceStat *DownloadServiceStat, IInstallerAnalytics *InstallerAnalytics) |
A factory for creating the default implementation of IDownloadService.
|
static |
Instantiates an instance of an IDownloadService, using the HTTP module, and platform file API.
| HttpManager | The HTTP manager interface for making HTTP(s) requests. |
| FileSystem | The file system interface for network and disk file loading. |
| DownloadServiceStat | The class to receive statistics and event information. |
| InstallerAnalytics | The analytics implementation for tracking HTTP requests. |