Navigation
API > API/Runtime > API/Runtime/WebBrowser
| Name | FCreateBrowserWindowSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h |
| Include Path | #include "IWebBrowserSingleton.h" |
Syntax
struct FCreateBrowserWindowSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCreateBrowserWindowSettings() |
IWebBrowserSingleton.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AltRetryDomains | TArray< FString > | IWebBrowserSingleton.h | ||
| BackgroundColor | FColor | IWebBrowserSingleton.h | ||
| bInterceptLoadRequests | bool | IWebBrowserSingleton.h | ||
| bMobileJSReturnInDict | bool | IWebBrowserSingleton.h | ||
| BrowserFrameRate | int | IWebBrowserSingleton.h | ||
| bShowErrorMessage | bool | IWebBrowserSingleton.h | ||
| bThumbMouseButtonNavigation | bool | IWebBrowserSingleton.h | ||
| bUseTransparency | bool | IWebBrowserSingleton.h | ||
| ContentsToLoad | TOptional< FString > | IWebBrowserSingleton.h | ||
| Context | TOptional< FBrowserContextSettings > | IWebBrowserSingleton.h | ||
| InitialURL | FString | IWebBrowserSingleton.h | ||
| OSWindowHandle | void * | IWebBrowserSingleton.h |