OpenMsgDlgInt

Opens a modal/blocking message box dialog (with an additional 'copy message text' button), and returns the result immediately Internal use only.

Windows
MacOS
Linux

Deprecated

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h

Include

#include "Dialogs/Dialogs.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Dialogs/Dialogs.cpp

Syntax

EAppReturnType::Type OpenMsgDlgInt
(
    EAppMsgType::Type InMessageType,
    const FText & InMessage,
    const FText & InTitle
)

Remarks

Opens a modal/blocking message box dialog (with an additional 'copy message text' button), and returns the result immediately Internal use only. Call FMessageDialog::Open instead.

Returns

Returns the result of the user input

Parameters

Parameter

Description

InMessageType

The type of message box to display (e.g. 'ok', or 'yes'/'no' etc.)

InMessage

The message to display in the message box

InTitle

The title to display for the message box

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