Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserModule
Description
Customize initialization settings. You must call this before the first GetSingleton call, in order to override init settings.
| Name | CustomInitialize |
| Type | function |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h |
| Include Path | #include "WebBrowserModule.h" |
bool CustomInitialize
(
const FWebBrowserInitSettings & WebBrowserInitSettings
)
true if the settings were used to initialize the singleton. False if the call was ignored due to singleton already existing.
Parameters
| Name | Remarks |
|---|---|
| WebBrowserInitSettings | The custom settings. |