Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SGenericDialogWidget
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h |
| Include Path | #include "Dialogs/Dialogs.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SGenericDialogWidget >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SGenericDialogWidget::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Dialogs/Dialogs.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Dialogs/Dialogs.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > Content() |
Content for the dialog | Dialogs/Dialogs.h | |
WidgetArgsType & OnOkPressed
(
const FSimpleDelegate& InDelegate |
Called when the OK button is pressed | Dialogs/Dialogs.h | |
WidgetArgsType & ScrollBoxMaxHeight
(
int32 InArg |
Max height for the scroll box (default: 300f) | Dialogs/Dialogs.h | |
WidgetArgsType & UseScrollBox
(
bool InArg |
Should this dialog use a scroll box for over-sized content? (default: true) | Dialogs/Dialogs.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Dialogs/Dialogs.h |