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