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