Ark Server API (ASA) - Wiki
|
#include <MessageDialog.h>
Static Public Member Functions | |
static void | Debugf (const FText &Message, const FText *OptTitle=nullptr) |
static void | ShowLastError () |
static EAppReturnType::Type | Open (EAppMsgType::Type MessageType, const FText &Message, const FText *OptTitle=nullptr) |
static EAppReturnType::Type | Open (EAppMsgType::Type MessageType, EAppReturnType::Type DefaultValue, const FText &Message, const FText *OptTitle=nullptr) |
FMessageDialog These functions open a message dialog and display the specified informations these.
Definition at line 16 of file MessageDialog.h.
|
static |
Pops up a message dialog box containing the input string.
Message | Text of message to show |
OptTitle | Optional title to use (defaults to "Message") |
|
static |
Open a modal message box dialog
MessageType | Controls buttons dialog should have |
Message | Text of message to show |
OptTitle | Optional title to use (defaults to "Message") |
|
static |
Open a modal message box 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 |
OptTitle | Optional title to use (defaults to "Message") |
Pops up a message dialog box containing the last system error code in string form.