Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Editor > UEditorEngine
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 |
EAppReturnType::Type OnModalMessageDialog
&40;
EAppMsgCategory InMessageCategory,
EAppMsgType::Type InMessage,
const FText & InText,
const FText & InTitle
&41;
Remarks
Displays a modal message dialog Returns the result of the modal message box
Parameters
Name | Description |
---|---|
InMessageCategory | Category of the message box |
InMessage | Type of the message box |
InText | Message to display |
InTitle | Title for the message box |