Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserDialog
Description
Tell the browser to continue with the result of the dialog. If this method is used, the original event handler must return EWebBrowserDialogEventResponse::Handled.
| Name | Continue |
| Type | function |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h |
| Include Path | #include "IWebBrowserDialog.h" |
void Continue
(
bool Success,
const FText & UserResponse
)
Parameters
| Name | Remarks |
|---|---|
| Success | Did the user accept the dialog or not? |
| UserResponse | Only for Prompt dialog, the text entered by the user. |