Navigation
Unreal Engine C++ API Reference > Runtime > WebBrowser > SWebBrowser
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SWebBrowser::FArguments
References
Module | WebBrowser |
Header | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowser.h |
Include | #include "SWebBrowser.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SWebBrowser >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FArguments () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
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 & | InitialURL
(
FString InArg |
URL that the browser will initially navigate to. |
![]() |
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 & | 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 |
|
![]() |
WidgetArgsType & | OnTitleChanged
(
const FOnTextChanged& InDelegate |
Called when document title changed. |
![]() |
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 & | ShowAddressBar
(
bool InArg |
Whether to show an address bar. |
![]() |
WidgetArgsType & | ShowControls
(
bool InArg |
Whether to show standard controls like Back, Forward, Reload etc. |
![]() |
WidgetArgsType & | ShowErrorMessage
(
bool InArg |
Whether to show an error message in case of loading errors. |
![]() |
WidgetArgsType & | ShowInitialThrobber
(
bool InArg |
Whether to show a throbber overlay during browser initialization. |
![]() |
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 |