Navigation
Unreal Engine C++ API Reference > Runtime > WebBrowser
References
Module | WebBrowser |
Header | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h |
Include | #include "IWebBrowserDialog.h" |
Syntax
class IWebBrowserDialog
Remarks
Browser dialog parameters passed to OnBrowserDialog event handlers.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Tell the browser to continue with the result of the dialog. | |
![]() |
const FText & | Only valid for Prompt dialogs. | |
![]() |
const FText & | Get the dialog message. | |
![]() |
EWebBrowserDialogType | GetType () |
What kind of dialog should be shown. |
![]() |
bool | IsReload () |
Only valid for Unload dialogs. |