Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces
Inheritance Hierarchy
- IModularFeature
- IBackgroundHttpModularFeature
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpModularFeature.h |
| Include | #include "Interfaces/IBackgroundHttpModularFeature.h" |
Syntax
class IBackgroundHttpModularFeature : public IModularFeature
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 | |
|---|---|---|---|
| FBackgroundHttpRequestPtr | |||
| FBackgroundHttpResponsePtr | ConstructBackgroundResponse
(
int32 ResponseCode, |
||
| FBackgroundHttpManagerPtr | |||
| FString | Should return the name of the Plugin/Module that causes this ModularFeature to be registered. | ||
| void | Initialize () |
Virtual methods for all PlatformBackgroundHttp required functions. | |
| void | Shutdown () |