Navigation
API > API/Runtime > API/Runtime/WebBrowser
WebBrowserModule interface
| Name | IWebBrowserModule |
| Type | class |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h |
| Include Path | #include "WebBrowserModule.h" |
Syntax
class IWebBrowserModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CustomInitialize
(
const FWebBrowserInitSettings& WebBrowserInitSettings |
Customize initialization settings. | WebBrowserModule.h | |
IWebBrowserSingleton * GetSingleton() |
Get the Web Browser Singleton | WebBrowserModule.h | |
bool IsWebModuleAvailable() |
Check whether the web module loaded its requirements successfully | WebBrowserModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IWebBrowserModule & Get() |
Get or load the Web Browser Module | WebBrowserModule.h | |
static bool IsAvailable() |
Check whether the module has already been loaded | WebBrowserModule.h |