Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
Inheritance Hierarchy
- IModuleInterface
- FBackgroundHttpModule
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpModule.h |
| Include | #include "BackgroundHttpModule.h" |
Syntax
class FBackgroundHttpModule : public IModuleInterface
Remarks
Module for Http Background request implementations
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBackgroundHttpRequestPtr | Creates a BackgroundRequest through the appropriate platform-layer. | ||
| FBackgroundHttpModule & | Get () |
Singleton-like access to this module's interface. | |
| FBackgroundHttpManagerPtr | Gets the current BackgroundHttpManager from the appropriate platform layer. |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called when Background Http module is unloaded | ||
| void | Called when Background Http module is loaded |
Constants
| Name | Description |
|---|---|
| Singleton | Singleton for the module while loaded and available |