FMessageDialog

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

Windows
MacOS
Linux

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 these.

Functions

Name Description

Public function Static

void

 

Debugf

(
    const FText& Message,
    const FText* OptTitle
)

Pops up a message dialog box containing the input string.

Public function Static

EAppReturnTy...

 

Open

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

Open a modal message box dialog

Public function Static

EAppReturnTy...

 

Open

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

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.

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