Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMessageDialog
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
Open(EAppMsgType::Type, const FText &)
Description
Open a modal message box dialog
| Name | Open |
| 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 EAppReturnType::Type Open
(
EAppMsgType::Type MessageType,
const FText & Message
)
Parameters
| Name | Remarks |
|---|---|
| MessageCategory | Controls the icon used for the dialog |
| MessageType | Controls buttons dialog should have |
| Message | Text of message to show |
| Title | Optional title to use (defaults to "Message") |
Open(EAppMsgType::Type, const FText &, const FText &)
| Name | Open |
| 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 EAppReturnType::Type Open
(
EAppMsgType::Type MessageType,
const FText & Message,
const FText & Title
)
Open(EAppMsgCategory, EAppMsgType::Type, const FText &)
| Name | Open |
| 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 EAppReturnType::Type Open
(
EAppMsgCategory MessageCategory,
EAppMsgType::Type MessageType,
const FText & Message
)
Open(EAppMsgType::Type, const FText &, const FText *)
| Name | Open |
| 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 EAppReturnType::Type Open
(
EAppMsgType::Type MessageType,
const FText & Message,
const FText * OptTitle
)
Open(EAppMsgType::Type, EAppReturnType::Type, const FText &)
Description
Open a modal message box dialog
| Name | Open |
| 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 EAppReturnType::Type Open
(
EAppMsgType::Type MessageType,
EAppReturnType::Type DefaultValue,
const FText & Message
)
Parameters
| Name | Remarks |
|---|---|
| MessageCategory | Controls the icon used for the dialog |
| MessageType | Controls buttons dialog should have |
| DefaultValue | If the application is Unattended, the function will log and return DefaultValue |
| Message | Text of message to show |
| Title | Optional title to use (defaults to "Message") |
Open(EAppMsgCategory, EAppMsgType::Type, const FText &, const FText &)
| Name | Open |
| 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 EAppReturnType::Type Open
(
EAppMsgCategory MessageCategory,
EAppMsgType::Type MessageType,
const FText & Message,
const FText & Title
)
Open(EAppMsgType::Type, EAppReturnType::Type, const FText &, const FText &)
| Name | Open |
| 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 EAppReturnType::Type Open
(
EAppMsgType::Type MessageType,
EAppReturnType::Type DefaultValue,
const FText & Message,
const FText & Title
)
Open(EAppMsgCategory, EAppMsgType::Type, EAppReturnType::Type, const FText &)
| Name | Open |
| 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 EAppReturnType::Type Open
(
EAppMsgCategory MessageCategory,
EAppMsgType::Type MessageType,
EAppReturnType::Type DefaultValue,
const FText & Message
)
Open(EAppMsgType::Type, EAppReturnType::Type, const FText &, const FText *)
| Name | Open |
| 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 EAppReturnType::Type Open
(
EAppMsgType::Type MessageType,
EAppReturnType::Type DefaultValue,
const FText & Message,
const FText * OptTitle
)
Open(EAppMsgCategory, EAppMsgType::Type, EAppReturnType::Type, const FText &, const FText &)
| Name | Open |
| 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 EAppReturnType::Type Open
(
EAppMsgCategory MessageCategory,
EAppMsgType::Type MessageType,
EAppReturnType::Type DefaultValue,
const FText & Message,
const FText & Title
)