Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/MessageDialog.h |
| Include | #include "Misc/MessageDialog.h" |
Syntax
struct FMessageDialog
Remarks
FMessageDialog These functions open a message dialog and display the specified informations there.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Pops up a message dialog box containing the input string. | ||
| void | Pops up a message dialog box containing the input string. | ||
| EAppReturnType::Type | Open
(
EAppMsgType::Type MessageType, |
Open a modal message box dialog | |
| EAppReturnType::Type | Open
(
EAppMsgType::Type MessageType, |
Open a modal message box dialog | |
| EAppReturnType::Type | Open
(
EAppMsgCategory MessageCategory, |
Open a modal message box dialog | |
| EAppReturnType::Type | Open
(
EAppMsgType::Type MessageType, |
Open a modal message box dialog | |
| EAppReturnType::Type | Open
(
EAppMsgCategory MessageCategory, |
Open a modal message box dialog | |
| EAppReturnType::Type | Open
(
EAppMsgType::Type MessageType, |
Open a modal message box dialog | |
| EAppReturnType::Type | Open
(
EAppMsgCategory MessageCategory, |
Open a modal message box dialog | |
| EAppReturnType::Type | Open
(
EAppMsgCategory MessageCategory, |
Open a modal message box dialog | |
| void | Pops up a message dialog box containing the last system error code in string form. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Use the overload of Debugf that takes the Title by-value. | ||
| EAppReturnType::Type | Open
(
EAppMsgType::Type MessageType, |
Use the overload of Open that takes the Title by-value. | |
| EAppReturnType::Type | Open
(
EAppMsgType::Type MessageType, |
Use the overload of Open that takes the Title by-value. |