Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Dialogs > API/Editor/UnrealEd/Dialogs/OpenMsgDlgInt
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h |
| Include | #include "Dialogs/Dialogs.h" |
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 the result of the user input
Parameters
| Name | 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 |