Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/SWebBrowser
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowser.h |
| Include Path | #include "SWebBrowser.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SWebBrowser >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SWebBrowser::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SWebBrowser.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SWebBrowser.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & BackgroundColor
(
FColor InArg |
Opaque background color used before a document is loaded and when no document color is specified. | SWebBrowser.h | |
WidgetArgsType & BrowserFrameRate
(
int InArg |
The frames per second rate that the browser will attempt to use. | SWebBrowser.h | |
| Optional string to load contents as a web page. | SWebBrowser.h | ||
WidgetArgsType & InitialURL
(
FString InArg |
URL that the browser will initially navigate to. | SWebBrowser.h | |
WidgetArgsType & OnBeforeNavigation
(
const FOnBeforeBrowse& InDelegate |
Called before browser navigation. | SWebBrowser.h | |
WidgetArgsType & OnBeforePopup
(
const FOnBeforePopupDelegate& InDelegate |
Called before a popup window happens | SWebBrowser.h | |
WidgetArgsType & OnCloseWindow
(
const FOnCloseWindowDelegate& InDelegate |
Called when a browser window close event is detected | SWebBrowser.h | |
WidgetArgsType & OnConsoleMessage
(
const FOnConsoleMessageDelegate& InDelegate |
Called for each console message | SWebBrowser.h | |
WidgetArgsType & OnCreateWindow
(
const FOnCreateWindowDelegate& InDelegate |
Called when the browser requests the creation of a new window | SWebBrowser.h | |
WidgetArgsType & OnDismissAllDialogs
(
const FSimpleDelegate& InDelegate |
Called to dismiss any dialogs shown via OnShowDialog. | SWebBrowser.h | |
WidgetArgsType & OnDragWindow
(
const FOnDragWindow& InDelegate |
Called when drag is detected in a web page area tagged as a drag region. | SWebBrowser.h | |
WidgetArgsType & OnLoadCompleted
(
const FSimpleDelegate& InDelegate |
Called when document loading completed. | SWebBrowser.h | |
WidgetArgsType & OnLoadError
(
const FSimpleDelegate& InDelegate |
Called when document loading failed. | SWebBrowser.h | |
WidgetArgsType & OnLoadStarted
(
const FSimpleDelegate& InDelegate |
Called when document loading started. | SWebBrowser.h | |
WidgetArgsType & OnLoadUrl
(
const FOnLoadUrl& InDelegate |
Called to allow bypassing page content on load. | SWebBrowser.h | |
WidgetArgsType & OnShowDialog
(
const FOnShowDialog& InDelegate |
Called when the browser needs to show a dialog to the user. | SWebBrowser.h | |
WidgetArgsType & OnSuppressContextMenu
(
const FOnSuppressContextMenu& InDelegate |
SWebBrowser.h | ||
WidgetArgsType & OnTitleChanged
(
const FOnTextChanged& InDelegate |
Called when document title changed. | SWebBrowser.h | |
WidgetArgsType & OnUrlChanged
(
const FOnTextChanged& InDelegate |
Called when the Url changes. | SWebBrowser.h | |
WidgetArgsType & ParentWindow
(
TSharedPtr< SWindow > InArg |
A reference to the parent window. | SWebBrowser.h | |
WidgetArgsType & PopupMenuMethod
(
TOptional< EPopupMethod > InArg |
Override the popup menu method used for popup menus. | SWebBrowser.h | |
WidgetArgsType & ShowAddressBar
(
bool InArg |
Whether to show an address bar. | SWebBrowser.h | |
WidgetArgsType & ShowControls
(
bool InArg |
Whether to show standard controls like Back, Forward, Reload etc. | SWebBrowser.h | |
WidgetArgsType & ShowErrorMessage
(
bool InArg |
Whether to show an error message in case of loading errors. | SWebBrowser.h | |
WidgetArgsType & ShowInitialThrobber
(
bool InArg |
Whether to show a throbber overlay during browser initialization. | SWebBrowser.h | |
WidgetArgsType & SupportsThumbMouseButtonNavigation
(
bool InArg |
Whether to allow forward and back navigation via the mouse thumb buttons. | SWebBrowser.h | |
WidgetArgsType & SupportsTransparency
(
bool InArg |
Should this browser window support transparency. | SWebBrowser.h | |
WidgetArgsType & UseSmoothResizing
(
bool InArg |
Whether we should use a workaround for CEF bugs. | SWebBrowser.h | |
WidgetArgsType & ViewportSize
(
const TAttribute< FVector2D >& InAttribute |
Desired size of the web browser viewport. | SWebBrowser.h |