Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpManagerImpl
- IBackgroundHttpManager::AddRequest()
- FBackgroundHttpManagerImpl::AddRequest()
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 AddRequest
(
const FBackgroundHttpRequestPtr Request
)
Remarks
Adds a Background Http request instance to the manager for tracking Manager should always have a list of requests currently being processed
Parameters
| Name | Description |
|---|---|
| Request | the request object to add |