Navigation
API > API/Runtime > API/Runtime/WebBrowser
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h |
| Include | #include "IWebBrowserDialog.h" |
Syntax
enum EWebBrowserDialogType
{
Alert = 0,
Confirm,
Prompt,
Unload = 127,
}
Values
| Name | Description |
|---|---|
| Alert | Alert dialog. Used to show a message to a user. It should only have a single button to dismiss it. |
| Confirm | Confirm dialog. |
| Prompt | Prompt dialog. |
| Unload | Unload dialog. |
Remarks
Type of browser dialog to show.