FMessageDialog

[FMessageDialog](API\Runtime\Core\Misc\FMessageDialog) These functions open a message dialog and display the specified informations there.

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/MessageDialog.h

Include

#include "Misc/MessageDialog.h"

Syntax

struct FMessageDialog

Remarks

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

Functions

Name Description

Public function Static

void

 

Debugf

(
    const FText& Message
)

Pops up a message dialog box containing the input string.

Public function Static

void

 

Debugf

(
    const FText& Message,
    const FText& Title
)

Pops up a message dialog box containing the input string.

Public function Static

EAppReturnTy...

 

Open

(
    EAppMsgType::Type MessageType,
    const FText& Message
)

Open a modal message box dialog

Public function Static

EAppReturnTy...

 

Open

(
    EAppMsgType::Type MessageType,
    const FText& Message,
    const FText& Title
)

Open a modal message box dialog

Public function Static

EAppReturnTy...

 

Open

(
    EAppMsgCategory MessageCategory,
    EAppMsgType::Type MessageType,
    const FText& Message
)

Open a modal message box dialog

Public function Static

EAppReturnTy...

 

Open

(
    EAppMsgType::Type MessageType,
    EAppReturnType::Type DefaultValue,
    const FText& Message
)

Open a modal message box dialog

Public function Static

EAppReturnTy...

 

Open

(
    EAppMsgCategory MessageCategory,
    EAppMsgType::Type MessageType,
    const FText& Message,
    const FText& Title
)

Open a modal message box dialog

Public function Static

EAppReturnTy...

 

Open

(
    EAppMsgType::Type MessageType,
    EAppReturnType::Type DefaultValue,
    const FText& Message,
    const FText& Title
)

Open a modal message box dialog

Public function Static

EAppReturnTy...

 

Open

(
    EAppMsgCategory MessageCategory,
    EAppMsgType::Type MessageType,
    EAppReturnType::Type DefaultValue,
    const FText& Message
)

Open a modal message box dialog

Public function Static

EAppReturnTy...

 

Open

(
    EAppMsgCategory MessageCategory,
    EAppMsgType::Type MessageType,
    EAppReturnType::Type DefaultValue,
    const FText& Message,
    const FText& Title
)

Open a modal message box dialog

Public function Static

void

 

ShowLastError()

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

Deprecated Functions

Name Description

Public function Static

void

 

Debugf

(
    const FText& Message,
    const FText* OptTitle
)

Use the overload of Debugf that takes the Title by-value.

Public function Static

EAppReturnTy...

 

Open

(
    EAppMsgType::Type MessageType,
    const FText& Message,
    const FText* OptTitle
)

Use the overload of Open that takes the Title by-value.

Public function Static

EAppReturnTy...

 

Open

(
    EAppMsgType::Type MessageType,
    EAppReturnType::Type DefaultValue,
    const FText& Message,
    const FText* OptTitle
)

Use the overload of Open that takes the Title by-value.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel