Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Dialogs > API/Editor/UnrealEd/Dialogs/SGenericDialogWidget
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SGenericDialogWidget::FArguments
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h |
| Include | #include "Dialogs/Dialogs.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SGenericDialogWidget >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ScrollBoxMaxHeight
(
int32 InArg |
Max height for the scroll box (default: 300f) | |
| Content for the dialog Called when the OK button is pressed | |||
| WidgetArgsType & | UseScrollBox
(
bool InArg |
Should this dialog use a scroll box for over-sized content? (default: true) |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |