Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpManagerImpl
- IBackgroundHttpManager::AssociateWithAnyExistingRequest()
- FBackgroundHttpManagerImpl::AssociateWithAnyExistingRequest()
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 bool AssociateWithAnyExistingRequest
(
const FBackgroundHttpRequestPtr Request
)
Remarks
Designed to be called internally by AddRequest to associate our incoming request with any previously completed background downloads (might have completed before this app launch, or carried over from a previous application launch and be running without any other information. bool - true if we found an existing request and associated with it. false otherwise.
Parameters
| Name | Description |
|---|---|
| Request | The request to check for any existing request matches on. |