Navigation
API > API/Runtime > API/Runtime/WebBrowser
WebBrowser initialization settings, can be used to override default init behaviors.
| Name | FWebBrowserInitSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h |
| Include Path | #include "WebBrowserModule.h" |
Syntax
struct FWebBrowserInitSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWebBrowserInitSettings() |
Default constructor. Initializes all members with default behavior values. | WebBrowserModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ProductVersion | FString | The string which is appended to the browser's user-agent value. | WebBrowserModule.h |