UEditorEngine::OnModalMessageDialog

Displays a modal message dialog

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h

Include

#include "Editor/EditorEngine.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp

Syntax

EAppReturnType::Type OnModalMessageDialog
(
    EAppMsgType::Type InMessage,
    const FText & InText,
    const FText & InTitle
)

Remarks

Displays a modal message dialog

Returns

Returns the result of the modal message box

Parameters

Parameter

Description

InMessage

Type of the message box

InText

Message to display

InTitle

Title for the message box

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