Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/MessageDialog.h |
Include |
#include "Misc/MessageDialog.h" |
struct FMessageDialog
FMessageDialog These functions open a message dialog and display the specified informations there.
Name | Description | ||
---|---|---|---|
|
void |
Debugf ( |
Pops up a message dialog box containing the input string. |
|
void |
Debugf |
Pops up a message dialog box containing the input string. |
|
EAppReturnTy... |
Open ( |
Open a modal message box dialog |
|
EAppReturnTy... |
Open ( |
Open a modal message box dialog |
|
EAppReturnTy... |
Open ( |
Open a modal message box dialog |
|
EAppReturnTy... |
Open ( |
Open a modal message box dialog |
|
EAppReturnTy... |
Open ( |
Open a modal message box dialog |
|
EAppReturnTy... |
Open ( |
Open a modal message box dialog |
|
EAppReturnTy... |
Open ( |
Open a modal message box dialog |
|
EAppReturnTy... |
Open ( |
Open a modal message box dialog |
|
void |
ShowLastError() |
Pops up a message dialog box containing the last system error code in string form. |
Name | Description | ||
---|---|---|---|
|
void |
Debugf |
Use the overload of Debugf that takes the Title by-value. |
|
EAppReturnTy... |
Open ( |
Use the overload of Open that takes the Title by-value. |
|
EAppReturnTy... |
Open ( |
Use the overload of Open that takes the Title by-value. |