Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpRequestImpl
- IBackgroundHttpRequest::CompleteWithExistingResponseData()
- FBackgroundHttpRequestImpl::CompleteWithExistingResponseData()
- FGenericPlatformBackgroundHttpRequest::CompleteWithExistingResponseData()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpRequestImpl.h |
| Include | #include "BackgroundHttpRequestImpl.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpRequestImpl.cpp |
virtual void CompleteWithExistingResponseData
(
FBackgroundHttpResponsePtr BackgroundResponse
)
Remarks
Function used to complete an IHttpBackgroundRequest from an external source, passing it in a pre-existing response data.
Parameters
| Name | Description |
|---|---|
| BackgroundReponse, A | SharedRef to the already existing IHttpBackgroundResponse we want to base this tasks' Response off of. |