IWebBrowserDialog

Browser dialog parameters passed to OnBrowserDialog event handlers.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~IWebBrowserDialog()

Functions

Name Description

Public function

void

 

Continue

(
    bool Success,
    const FText& UserResponse
)

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

Public function

const FText ...

 

GetDefaultPrompt()

Only valid for Prompt dialogs.

Public function

const FText ...

 

GetMessageText()

Get the dialog message.

Public function

EWebBrowserD...

 

GetType()

What kind of dialog should be shown.

Public function

bool

 

IsReload()

Only valid for Unload dialogs.

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