Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
Manages Background Http request that are currently being processed if no platform specific implementation has been made.
| Name | FGenericPlatformBackgroundHttpManager |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttpManager.h |
| Include Path | #include "GenericPlatform/GenericPlatformBackgroundHttpManager.h" |
Syntax
class FGenericPlatformBackgroundHttpManager : public FBackgroundHttpManagerImpl
Inheritance Hierarchy
- FTSTickerObjectBase → FBackgroundHttpManagerImpl → FGenericPlatformBackgroundHttpManager
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGenericPlatformBackgroundHttpManager() |
GenericPlatform/GenericPlatformBackgroundHttpManager.h |
Functions
Public
Overridden from IBackgroundHttpManager
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsGenericImplementation() |
Returns whether or not this is a platform specific implementation | GenericPlatform/GenericPlatformBackgroundHttpManager.h |