Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpManagerImpl
- IBackgroundHttpManager::SetMaxActiveDownloads()
- FBackgroundHttpManagerImpl::SetMaxActiveDownloads()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpManagerImpl.h |
| Include | #include "BackgroundHttpManagerImpl.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpManagerImpl.cpp |
virtual 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 |