Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FMessageDialog Struct Reference

#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)
 

Detailed Description

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

Definition at line 16 of file MessageDialog.h.

Member Function Documentation

◆ Debugf()

static void FMessageDialog::Debugf ( const FText & Message,
const FText * OptTitle = nullptr )
static

Pops up a message dialog box containing the input string.

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

◆ Open() [1/2]

static EAppReturnType::Type FMessageDialog::Open ( EAppMsgType::Type MessageType,
const FText & Message,
const FText * OptTitle = nullptr )
static

Open a modal message box dialog

Parameters
MessageTypeControls buttons dialog should have
MessageText of message to show
OptTitleOptional title to use (defaults to "Message")

◆ Open() [2/2]

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

Open a modal message box dialog

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

◆ ShowLastError()

static 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 file: