Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces > API/Runtime/BackgroundHTTP/Interfaces/IBackgroundHttpManager
- IBackgroundHttpManager::SetMaxActiveDownloads()
- FBackgroundHttpManagerImpl::SetMaxActiveDownloads()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpManager.h |
| Include | #include "Interfaces/IBackgroundHttpManager.h" |
void SetMaxActiveDownloads
(
int MaxActiveDownloads
)
Remarks
Function that sets how many active BackgroundHttpRequests we should have actively downloading at once.
Parameters
| Name | Description |
|---|---|
| MaxActiveDownloads | the maximum number of downloads that should be active at once |