Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | SOutputLogDialog |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Dialogs/SOutputLogDialog.h |
| Include Path | #include "Dialogs/SOutputLogDialog.h" |
Syntax
class SOutputLogDialog : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SOutputLogDialog
- FSlateControlledConstruction → SWidget → SCompoundWidget → SOutputLogDialog
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Buttons | TArray< FText > | Dialogs/SOutputLogDialog.h | ||
| Footer | FText | Dialogs/SOutputLogDialog.h | ||
| Header | FText | Dialogs/SOutputLogDialog.h | ||
| Log | FText | Dialogs/SOutputLogDialog.h | ||
| MaxWidth | float | Dialogs/SOutputLogDialog.h | ||
| ParentWindow | TSharedPtr< SWindow > | Dialogs/SOutputLogDialog.h | ||
| Response | int32 | Dialogs/SOutputLogDialog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Constructs the dialog | Dialogs/SOutputLogDialog.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector2D ComputeDesiredSize
(
float LayoutScaleMultiplier |
Compute the desired size for this dialog | Dialogs/SOutputLogDialog.h | |
| Override behavior when a key is pressed | Dialogs/SOutputLogDialog.h | ||
virtual bool SupportsKeyboardFocus() |
Override the base method to allow for keyboard focus | Dialogs/SOutputLogDialog.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyMessageToClipboard() |
Copies the message text to the clipboard. | Dialogs/SOutputLogDialog.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Displays the modal dialog box | Dialogs/SOutputLogDialog.h | ||
| Displays the modal dialog box with a custom set of buttons | Dialogs/SOutputLogDialog.h |