Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Dialogs
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SOutputLogDialog
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Dialogs/SOutputLogDialog.h |
| Include | #include "Dialogs/SOutputLogDialog.h" |
Syntax
class SOutputLogDialog : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Constructs the dialog | |
| void | Copies the message text to the clipboard. | ||
| void | Displays the modal dialog box | ||
| int32 | Displays the modal dialog box with a custom set of buttons |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float LayoutScaleMultiplier |
Compute the desired size for this dialog | |
| FReply | Override behavior when a key is pressed | ||
| bool | Override the base method to allow for keyboard focus |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |