Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpManagerImpl
- IBackgroundHttpManager::GetMaxActiveDownloads()
- FBackgroundHttpManagerImpl::GetMaxActiveDownloads()
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 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.