Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/PlatformWithModularFeature
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/PlatformWithModularFeature/ModularFeaturePlatformBackgroundHttp.h |
| Include | #include "PlatformWithModularFeature/ModularFeaturePlatformBackgroundHttp.h" |
Syntax
class FModularFeaturePlatformBackgroundHttp
Remarks
This version of BackgroundHttp is designed to be used by any platform that relies on a ModularFeature to override the BackgroundHttp behavior. If no modular feature is found, we fall back on the GenericPlatform implementation to provide functionality
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| 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. | ||
| FName | |||
| void | Initialize () |
Platform initialization step | |
| void | Shutdown () |
Platform shutdown step |
Constants
| Name | Description |
|---|---|
| bHasCheckedForModularFeature | |
| CachedModularFeature |