Show Message Dialog

Show Message Dialog

Windows
MacOS
Linux

Open a modal message box dialog with the given message. If running in "-unattended" mode it will immediately return the value specified by DefaultValue. If not running in "-unattended" mode then it will block execution until the user makes a decision, at which point their decision will be returned.

Target is Editor Dialog Library

Show Message Dialog
Title
Message
Message Type
Ok
Default Value
Type::No
Return Value
No

Inputs

In
Exec
Title
Text (by ref)

The title of the created dialog window

Message
Text (by ref)

Text of the message to show

Message Type
EAppMsgType Enum

Specifies which buttons the dialog should have

Default Value
EAppReturnType Enum

If the application is Unattended, the function will log and return DefaultValue

Outputs

Out
Exec
Return Value
EAppReturnType Enum

The result of the users decision, or DefaultValue if running in unattended mode.

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