Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/IBackgroundHttpManager
Description
Returns the set of RequestIDs that are actively being downloaded by the platform. Requests queued by the platform (waiting for a concurrency slot) are excluded. Default implementation returns empty set (treats no requests as confirmed active).
| Name | GetActiveDownloadRequestIDs |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpManager.h |
| Include Path | #include "Interfaces/IBackgroundHttpManager.h" |
virtual void GetActiveDownloadRequestIDs
(
TSet< FString > & OutActiveIDs
) const