IWebBrowserDialog::Continue

Tell the browser to continue with the result of the dialog.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h

Include

#include "IWebBrowserDialog.h"

Syntax

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

Parameter

Description

Success

Did the user accept the dialog or not?

UserResponse

Only for Prompt dialog, the text entered by the user.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss