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