Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
Contains implementation of some common functions that don't vary between implementation
| Name | FGenericPlatformBackgroundHttpRequest |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttpRequest.h |
| Include Path | #include "GenericPlatform/GenericPlatformBackgroundHttpRequest.h" |
Syntax
class FGenericPlatformBackgroundHttpRequest : public FBackgroundHttpRequestImpl
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGenericPlatformBackgroundHttpRequest() |
GenericPlatform/GenericPlatformBackgroundHttpRequest.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGenericPlatformBackgroundHttpRequest() |
GenericPlatform/GenericPlatformBackgroundHttpRequest.h |
Classes
| Name | Remarks |
|---|---|
| FGenericPlatformBackgroundHttpWrapper | In the default implementation we actually use HTTPRequests instead of HttpBackgroundRequests. |
Functions
Public
Overridden from IBackgroundHttpRequest
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CancelRequest() |
Called to cancel a request that is still being processed | GenericPlatform/GenericPlatformBackgroundHttpRequest.h | |
virtual void CompleteWithExistingResponseData
(
FBackgroundHttpResponsePtr BackgroundResponse |
Function used to complete an IHttpBackgroundRequest from an external source, passing it in a pre-existing response data. | GenericPlatform/GenericPlatformBackgroundHttpRequest.h | |
virtual bool HandleDelayedProcess() |
IHttpBackgroundHttpRequest. | GenericPlatform/GenericPlatformBackgroundHttpRequest.h |