UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBackgroundHttpModule Class Reference

#include <BackgroundHttpModule.h>

+ Inheritance diagram for FBackgroundHttpModule:

Public Member Functions

BACKGROUNDHTTP_API FBackgroundHttpManagerPtr GetBackgroundHttpManager ()
 
virtual void StartupModule () override
 
virtual void ShutdownModule () override
 
- Public Member Functions inherited from IModuleInterface
virtual ~IModuleInterface ()
 
virtual void PreUnloadCallback ()
 
virtual void PostLoadCallback ()
 
virtual bool SupportsDynamicReloading ()
 
virtual bool SupportsAutomaticShutdown ()
 
virtual bool IsGameModule () const
 

Static Public Member Functions

static BACKGROUNDHTTP_API FBackgroundHttpModuleGet ()
 
static BACKGROUNDHTTP_API FBackgroundHttpRequestPtr CreateBackgroundRequest ()
 

Detailed Description

Module for Http Background request implementations

Member Function Documentation

◆ CreateBackgroundRequest()

FBackgroundHttpRequestPtr FBackgroundHttpModule::CreateBackgroundRequest ( )
static

Creates a BackgroundRequest through the appropriate platform-layer.

Returns
SharedRef to the new BackgroundRequest.

◆ Get()

FBackgroundHttpModule & FBackgroundHttpModule::Get ( )
static

Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.

Returns
Returns singleton instance, loading the module on demand if needed

◆ GetBackgroundHttpManager()

FBackgroundHttpManagerPtr FBackgroundHttpModule::GetBackgroundHttpManager ( )

Gets the current BackgroundHttpManager from the appropriate platform layer.

Returns
SharedPtr to the BackgroundHttpManager.

◆ ShutdownModule()

void FBackgroundHttpModule::ShutdownModule ( )
overridevirtual

Called when Background Http module is unloaded

Reimplemented from IModuleInterface.

◆ StartupModule()

void FBackgroundHttpModule::StartupModule ( )
overridevirtual

Called when Background Http module is loaded

Reimplemented from IModuleInterface.


The documentation for this class was generated from the following files: