|
| 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) |
| |
FMessageDialog These functions open a message dialog and display the specified informations there.