Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/GenericPlatform > API/Runtime/BackgroundHTTP/GenericPlatform/FGenericPlatformBackgroundHttpRe-
- IBackgroundHttpRequest::CompleteWithExistingResponseData()
- FBackgroundHttpRequestImpl::CompleteWithExistingResponseData()
- FGenericPlatformBackgroundHttpRequest::CompleteWithExistingResponseData()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttpRequest.h |
| Include | #include "GenericPlatform/GenericPlatformBackgroundHttpRequest.h" |
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. |