Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/SWebBrowserView
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SWebBrowserView::FArguments
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h |
| Include | #include "SWebBrowserView.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SWebBrowserView >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AltRetryDomains
(
TArray< FString > InArg |
Domains to retry if original domain cannot connect. | |
| WidgetArgsType & | BackgroundColor
(
FColor InArg |
Opaque background color used before a document is loaded and when no document color is specified. | |
| WidgetArgsType & | BrowserFrameRate
(
int InArg |
The frames per second rate that the browser will attempt to use. | |
| WidgetArgsType & | ContentsToLoad
(
TOptional< FString > InArg |
Optional string to load contents as a web page. | |
| WidgetArgsType & | ContextSettings
(
TOptional< FBrowserContextSettings > InArg |
Override the default global context settings for this specific window. | |
| WidgetArgsType & | InitialURL
(
FString InArg |
URL that the browser will initially navigate to. | |
| WidgetArgsType & | InterceptLoadRequests
(
bool InArg |
Should this browser window intercept resource loading requests. | |
| WidgetArgsType & | OnBeforeNavigation
(
const FOnBeforeBrowse& InDelegate |
Called before browser navigation. | |
| WidgetArgsType & | OnBeforePopup
(
const FOnBeforePopupDelegate& InDelegate |
Called before a popup window happens | |
| WidgetArgsType & | OnCloseWindow
(
const FOnCloseWindowDelegate& InDelegate |
Called when a browser window close event is detected | |
| WidgetArgsType & | OnConsoleMessage
(
const FOnConsoleMessageDelegate& InDelegate |
Called for each console message | |
| WidgetArgsType & | OnCreateToolTip
(
const FOnCreateToolTip& InDelegate |
Called to allow overriding of ToolTip widget construction. | |
| WidgetArgsType & | OnCreateWindow
(
const FOnCreateWindowDelegate& InDelegate |
Called when the browser requests the creation of a new window | |
| WidgetArgsType & | OnDismissAllDialogs
(
const FSimpleDelegate& InDelegate |
Called to dismiss any dialogs shown via OnShowDialog. | |
| WidgetArgsType & | OnDragWindow
(
const FOnDragWindow& InDelegate |
Called when drag is detected in a web page area tagged as a drag region. | |
| WidgetArgsType & | OnLoadCompleted
(
const FSimpleDelegate& InDelegate |
Called when document loading completed. | |
| WidgetArgsType & | OnLoadError
(
const FSimpleDelegate& InDelegate |
Called when document loading failed. | |
| WidgetArgsType & | OnLoadStarted
(
const FSimpleDelegate& InDelegate |
Called when document loading started. | |
| WidgetArgsType & | OnLoadUrl
(
const FOnLoadUrl& InDelegate |
Called to allow bypassing page content on load. | |
| WidgetArgsType & | OnShowDialog
(
const FOnShowDialog& InDelegate |
Called when the browser needs to show a dialog to the user. | |
| WidgetArgsType & | OnSuppressContextMenu
(
const FOnSuppressContextMenu& InDelegate |
Called to allow supression of the browser context menu. | |
| WidgetArgsType & | OnTitleChanged
(
const FOnTextChanged& InDelegate |
Called when document title changed. | |
| WidgetArgsType & | OnUnhandledKeyChar
(
const FOnUnhandledKeyChar& InDelegate |
Called to allow the handling of any key char events not handled by the browser. | |
| WidgetArgsType & | OnUnhandledKeyDown
(
const FOnUnhandledKeyDown& InDelegate |
Called to allow the handling of any key down events not handled by the browser. | |
| WidgetArgsType & | OnUnhandledKeyUp
(
const FOnUnhandledKeyUp& InDelegate |
Called to allow the handling of any key up events not handled by the browser. | |
| WidgetArgsType & | OnUrlChanged
(
const FOnTextChanged& InDelegate |
Called when the Url changes. | |
| WidgetArgsType & | ParentWindow
(
TSharedPtr< SWindow > InArg |
A reference to the parent window. | |
| WidgetArgsType & | PopupMenuMethod
(
TOptional< EPopupMethod > InArg |
Override the popup menu method used for popup menus. | |
| WidgetArgsType & | ShowErrorMessage
(
bool InArg |
Whether to show an error message in case of loading errors. | |
| WidgetArgsType & | SupportsThumbMouseButtonNavigation
(
bool InArg |
Whether to allow forward and back navigation via the mouse thumb buttons. | |
| WidgetArgsType & | SupportsTransparency
(
bool InArg |
Should this browser window support transparency. | |
| WidgetArgsType & | ViewportSize
(
const TAttribute< FVector2D >& InAttribute |
Desired size of the web browser viewport. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |