EWebBrowserDialogType

Type of browser dialog to show.

Windows
MacOS
Linux

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.

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