Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces > API/Runtime/BackgroundHTTP/Interfaces/IBackgroundHttpManager
- IBackgroundHttpManager::RemoveRequest()
- FBackgroundHttpManagerImpl::RemoveRequest()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpManager.h |
| Include | #include "Interfaces/IBackgroundHttpManager.h" |
void RemoveRequest
(
const FBackgroundHttpRequestPtr Request
)
Remarks
Removes a Background Http request instance from the manager Presumably it is done being processed
Parameters
| Name | Description |
|---|---|
| Request | the request object to remove |