Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
Contains implementation of some common functions that don't vary between implementation
| Name | FGenericPlatformBackgroundHttpResponse |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttpResponse.h |
| Include Path | #include "GenericPlatform/GenericPlatformBackgroundHttpResponse.h" |
Syntax
class FGenericPlatformBackgroundHttpResponse : public FBackgroundHttpResponseImpl
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGenericPlatformBackgroundHttpResponse
(
int32 ResponseCode, |
Provide constructor to create an already. | GenericPlatform/GenericPlatformBackgroundHttpResponse.h | |
FGenericPlatformBackgroundHttpResponse
(
FHttpRequestPtr HttpRequestIn, |
Provide constuctor to create a request from underlying HttpRequest information. | GenericPlatform/GenericPlatformBackgroundHttpResponse.h |