Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SResponsiveGridPanel
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SResponsiveGridPanel::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SResponsiveGridPanel.h |
| Include | #include "Widgets/Layout/SResponsiveGridPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SResponsiveGridPanel >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< typename FSlot::FSlotArguments > | _Slots | ||
| TArray< float > | RowFillCoefficients | Coefficients for rows that need to stretch instead of size to content |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ColumnGutter
(
float InArg |
||
| FArguments & | FillRow
(
int32 RowId, |
Specify a row to stretch instead of sizing to content. | |
| WidgetArgsType & | RowGutter
(
float InArg |
Operators
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | operator+
(
typename FSlot::FSlotArguments& SlotToAdd |
||
| WidgetArgsType & | operator+
(
typename FSlot::FSlotArguments&& SlotToAdd |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |