Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/GenericPlatform > API/Runtime/BackgroundHTTP/GenericPlatform/FGenericPlatformBackgroundHttpRe-
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttpRequest.h |
| Include | #include "GenericPlatform/GenericPlatformBackgroundHttpRequest.h" |
Syntax
class FGenericPlatformBackgroundHttpWrapper
Remarks
In the default implementation we actually use HTTPRequests instead of HttpBackgroundRequests. This class handles wrapping some of the HttpBackgroundRequest only functionality (such as request lists and notification objects) so they work with non-background HttpRequests
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGenericPlatformBackgroundHttpWrapper
(
FBackgroundHttpRequestPtr Request, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | HttpRequestComplete
(
FHttpRequestPtr HttpRequestIn, |
||
| void | MakeRequest () |