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