Navigation
API > API/Runtime > API/Runtime/Core
FMessageDialog These functions open a message dialog and display the specified informations there.
| Name | FMessageDialog |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MessageDialog.h |
| Include Path | #include "Misc/MessageDialog.h" |
Syntax
struct FMessageDialog
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Pops up a message dialog box containing the input string. | Misc/MessageDialog.h | ||
| Misc/MessageDialog.h | |||
| Misc/MessageDialog.h | |||
static EAppReturnType::Type Open
(
EAppMsgType::Type MessageType, |
Open a modal message box dialog | Misc/MessageDialog.h | |
static EAppReturnType::Type Open
(
EAppMsgType::Type MessageType, |
Misc/MessageDialog.h | ||
static EAppReturnType::Type Open
(
EAppMsgCategory MessageCategory, |
Misc/MessageDialog.h | ||
static EAppReturnType::Type Open
(
EAppMsgType::Type MessageType, |
Misc/MessageDialog.h | ||
static EAppReturnType::Type Open
(
EAppMsgType::Type MessageType, |
Open a modal message box dialog | Misc/MessageDialog.h | |
static EAppReturnType::Type Open
(
EAppMsgCategory MessageCategory, |
Misc/MessageDialog.h | ||
static EAppReturnType::Type Open
(
EAppMsgType::Type MessageType, |
Misc/MessageDialog.h | ||
static EAppReturnType::Type Open
(
EAppMsgCategory MessageCategory, |
Misc/MessageDialog.h | ||
static EAppReturnType::Type Open
(
EAppMsgType::Type MessageType, |
Misc/MessageDialog.h | ||
static EAppReturnType::Type Open
(
EAppMsgCategory MessageCategory, |
Misc/MessageDialog.h | ||
static void ShowLastError() |
Pops up a message dialog box containing the last system error code in string form. | Misc/MessageDialog.h |