UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMessageDialog Struct Reference

#include <MessageDialog.h>

Static Public Member Functions

static CORE_API void Debugf (const FText &Message)
 
static CORE_API void Debugf (const FText &Message, const FText &Title)
 
static CORE_API void Debugf (const FText &Message, const FText *OptTitle)
 
static CORE_API void ShowLastError ()
 
static CORE_API EAppReturnType::Type Open (EAppMsgType::Type MessageType, const FText &Message)
 
static CORE_API EAppReturnType::Type Open (EAppMsgType::Type MessageType, const FText &Message, const FText &Title)
 
static CORE_API EAppReturnType::Type Open (EAppMsgCategory MessageCategory, EAppMsgType::Type MessageType, const FText &Message)
 
static CORE_API EAppReturnType::Type Open (EAppMsgCategory MessageCategory, EAppMsgType::Type MessageType, const FText &Message, const FText &Title)
 
static CORE_API EAppReturnType::Type Open (EAppMsgType::Type MessageType, const FText &Message, const FText *OptTitle)
 
static CORE_API EAppReturnType::Type Open (EAppMsgType::Type MessageType, EAppReturnType::Type DefaultValue, const FText &Message)
 
static CORE_API EAppReturnType::Type Open (EAppMsgType::Type MessageType, EAppReturnType::Type DefaultValue, const FText &Message, const FText &Title)
 
static CORE_API EAppReturnType::Type Open (EAppMsgCategory MessageCategory, EAppMsgType::Type MessageType, EAppReturnType::Type DefaultValue, const FText &Message)
 
static CORE_API EAppReturnType::Type Open (EAppMsgCategory MessageCategory, EAppMsgType::Type MessageType, EAppReturnType::Type DefaultValue, const FText &Message, const FText &Title)
 
static CORE_API EAppReturnType::Type Open (EAppMsgType::Type MessageType, EAppReturnType::Type DefaultValue, const FText &Message, const FText *OptTitle)
 

Detailed Description

FMessageDialog These functions open a message dialog and display the specified informations there.

Member Function Documentation

◆ Debugf() [1/3]

void FMessageDialog::Debugf ( const FText Message)
static

Pops up a message dialog box containing the input string.

Parameters
MessageText of message to show
TitleOptional title to use (defaults to "Message")

◆ Debugf() [2/3]

void FMessageDialog::Debugf ( const FText Message,
const FText Title 
)
static

◆ Debugf() [3/3]

void FMessageDialog::Debugf ( const FText Message,
const FText OptTitle 
)
static

◆ Open() [1/10]

EAppReturnType::Type FMessageDialog::Open ( EAppMsgCategory  MessageCategory,
EAppMsgType::Type  MessageType,
const FText Message 
)
static

◆ Open() [2/10]

EAppReturnType::Type FMessageDialog::Open ( EAppMsgCategory  MessageCategory,
EAppMsgType::Type  MessageType,
const FText Message,
const FText Title 
)
static

◆ Open() [3/10]

EAppReturnType::Type FMessageDialog::Open ( EAppMsgCategory  MessageCategory,
EAppMsgType::Type  MessageType,
EAppReturnType::Type  DefaultValue,
const FText Message 
)
static

◆ Open() [4/10]

EAppReturnType::Type FMessageDialog::Open ( EAppMsgCategory  MessageCategory,
EAppMsgType::Type  MessageType,
EAppReturnType::Type  DefaultValue,
const FText Message,
const FText Title 
)
static

◆ Open() [5/10]

EAppReturnType::Type FMessageDialog::Open ( EAppMsgType::Type  MessageType,
const FText Message 
)
static

Open a modal message box dialog

Parameters
MessageCategoryControls the icon used for the dialog
MessageTypeControls buttons dialog should have
MessageText of message to show
TitleOptional title to use (defaults to "Message")

◆ Open() [6/10]

EAppReturnType::Type FMessageDialog::Open ( EAppMsgType::Type  MessageType,
const FText Message,
const FText Title 
)
static

◆ Open() [7/10]

EAppReturnType::Type FMessageDialog::Open ( EAppMsgType::Type  MessageType,
const FText Message,
const FText OptTitle 
)
static

◆ Open() [8/10]

EAppReturnType::Type FMessageDialog::Open ( EAppMsgType::Type  MessageType,
EAppReturnType::Type  DefaultValue,
const FText Message 
)
static

Open a modal message box dialog

Parameters
MessageCategoryControls the icon used for the dialog
MessageTypeControls buttons dialog should have
DefaultValueIf the application is Unattended, the function will log and return DefaultValue
MessageText of message to show
TitleOptional title to use (defaults to "Message")

◆ Open() [9/10]

EAppReturnType::Type FMessageDialog::Open ( EAppMsgType::Type  MessageType,
EAppReturnType::Type  DefaultValue,
const FText Message,
const FText Title 
)
static

◆ Open() [10/10]

EAppReturnType::Type FMessageDialog::Open ( EAppMsgType::Type  MessageType,
EAppReturnType::Type  DefaultValue,
const FText Message,
const FText OptTitle 
)
static

◆ ShowLastError()

void FMessageDialog::ShowLastError ( )
static

Pops up a message dialog box containing the last system error code in string form.


The documentation for this struct was generated from the following files: