Navigation
API > API/Developer > API/Developer/ToolWidgets
Special case of SCustomDialog dedicated to only displaying text messages. This class enforces uniform style and also adds a button for copying the message.
| Name | SMessageDialog |
| Type | class |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Dialog/SMessageDialog.h |
| Include Path | #include "Dialog/SMessageDialog.h" |
Syntax
class SMessageDialog : public SCustomDialog
Inheritance Hierarchy
- FGCObject → FSlateInvalidationRoot → SWindow → SCustomDialog → SMessageDialog
- FNoncopyable → FSlateInvalidationRoot → SWindow → SCustomDialog → SMessageDialog
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SWindow → SCustomDialog → SMessageDialog
- FSlateControlledConstruction → SWidget → SCompoundWidget → SWindow → SCustomDialog → SMessageDialog
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FButton | SCustomDialog::FButton | Convenience for code using this class. | Dialog/SMessageDialog.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Message | FText | Dialog/SMessageDialog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Dialog/SMessageDialog.h | ||
virtual FReply OnCopyMessage() |
Dialog/SMessageDialog.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Dialog/SMessageDialog.h |