FMessageDialog::Debugf

Pops up a message dialog box containing the input string.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/MessageDialog.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/MessageDialog.cpp

Syntax

static void Debugf
(
    const FText & Message,
    const FText * OptTitle
)

Remarks

Pops up a message dialog box containing the input string.

Parameters

Parameter

Description

Message

Text of message to show

OptTitle

Optional title to use (defaults to "Message")

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