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