Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces > API/Runtime/BackgroundHTTP/Interfaces/IBackgroundHttpManager
- IBackgroundHttpManager::GetMaxActiveDownloads()
- FBackgroundHttpManagerImpl::GetMaxActiveDownloads()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpManager.h |
| Include | #include "Interfaces/IBackgroundHttpManager.h" |
int GetMaxActiveDownloads() const
Remarks
Function that returns how many active BackgroundHttpRequests we should have actively downloading at once. int Number of downloads we should have active at once.