Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/Dialog
Inheritance Hierarchy
- SCompoundWidget
- FSlateInvalidationRoot
- SWindow
- SCustomDialog
- SMessageDialog
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/Dialog/SMessageDialog.h |
| Include | #include "Dialog/SMessageDialog.h" |
Syntax
class SMessageDialog : public SCustomDialog
Remarks
Special case of SCustomDialog dedicated to only displaying text messages. This class enforces uniform style and also adds a button for copying the message.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| FReply |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | Called after a key is pressed when this widget has focus (this event bubbles if not handled) |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FButton | Convenience for code using this class. |