Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMessageDialog
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Pops up a message dialog box containing the input string. |
Misc/MessageDialog.h |
|
|
|
Misc/MessageDialog.h |
|
Debugf(const FText &)
Description
Pops up a message dialog box containing the input string.
| |
|
| Name |
Debugf |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/MessageDialog.h |
| Include Path |
#include "Misc/MessageDialog.h" |
| Source |
/Engine/Source/Runtime/Core/Private/Misc/MessageDialog.cpp |
static void Debugf
(
const FText & Message
)
Parameters
| Name |
Remarks |
| Message |
Text of message to show |
| Title |
Optional title to use (defaults to "Message") |
Debugf(const FText &, const FText &)
| |
|
| Name |
Debugf |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/MessageDialog.h |
| Include Path |
#include "Misc/MessageDialog.h" |
| Source |
/Engine/Source/Runtime/Core/Private/Misc/MessageDialog.cpp |
static void Debugf
(
const FText & Message,
const FText & Title
)