UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWebBrowserModule Class Reference
+ Inheritance diagram for FWebBrowserModule:

Public Member Functions

virtual bool IsWebModuleAvailable () const override
 
virtual IWebBrowserSingletonGetSingleton () override
 
virtual bool CustomInitialize (const FWebBrowserInitSettings &WebBrowserInitSettings) 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
 

Additional Inherited Members

- Static Public Member Functions inherited from IWebBrowserModule
static IWebBrowserModuleGet ()
 
static bool IsAvailable ()
 

Member Function Documentation

◆ CustomInitialize()

bool FWebBrowserModule::CustomInitialize ( const FWebBrowserInitSettings WebBrowserInitSettings)
overridevirtual

Customize initialization settings. You must call this before the first GetSingleton call, in order to override init settings.

Parameters
WebBrowserInitSettingsThe custom settings.
Returns
true if the settings were used to initialize the singleton. False if the call was ignored due to singleton already existing.

Implements IWebBrowserModule.

◆ GetSingleton()

IWebBrowserSingleton * FWebBrowserModule::GetSingleton ( )
overridevirtual

Get the Web Browser Singleton

Returns
The Web Browser Singleton

Implements IWebBrowserModule.

◆ IsWebModuleAvailable()

bool FWebBrowserModule::IsWebModuleAvailable ( ) const
overridevirtual

Check whether the web module loaded its requirements successfully

Returns
True if the module load worked

Implements IWebBrowserModule.


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