Navigation
API > API/Runtime > API/Runtime/WebBrowser
Browser dialog parameters passed to OnBrowserDialog event handlers.
| Name | IWebBrowserDialog |
| Type | class |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h |
| Include Path | #include "IWebBrowserDialog.h" |
Syntax
class IWebBrowserDialog
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IWebBrowserDialog() |
IWebBrowserDialog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Tell the browser to continue with the result of the dialog. | IWebBrowserDialog.h | ||
const FText & GetDefaultPrompt() |
Only valid for Prompt dialogs. | IWebBrowserDialog.h | |
const FText & GetMessageText() |
Get the dialog message. | IWebBrowserDialog.h | |
EWebBrowserDialogType GetType() |
What kind of dialog should be shown. | IWebBrowserDialog.h | |
bool IsReload() |
Only valid for Unload dialogs. | IWebBrowserDialog.h |