Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/GenericPlatform
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttp.h |
| Include | #include "GenericPlatform/GenericPlatformBackgroundHttp.h" |
Syntax
class FGenericPlatformBackgroundHttp
Remarks
Generic version of Background Http implementations for platforms that don't need a special implementation Intended usage is to use FPlatformBackgroundHttp instead of FGenericPlatformHttp On platforms without a specific implementation, you should still use FPlatformBackgroundHttp and it will call into these functions
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBackgroundHttpRequestPtr | Creates a new Background Http request instance for the current platform that will continue to download when the application is in the background | ||
| FBackgroundHttpResponsePtr | ConstructBackgroundResponse
(
int32 ResponseCode, |
Creates a new Background Http Response instance for the current platform This normally is called by the request and associated with itself. | |
| FBackgroundHttpManagerPtr | Creates a platform-specific Background HTTP manager. | ||
| void | Initialize () |
Platform initialization step | |
| void | Shutdown () |
Platform shutdown step |