Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SGridPanel
Inheritance Hierarchy
- TWidgetSlotWithAttributeSupport
- TPaddingWidgetSlotMixin
- TAlignmentWidgetSlotMixin
- TBasicLayoutWidgetSlot
- SGridPanel::FSlot
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h |
| Include | #include "Widgets/Layout/SGridPanel.h" |
Syntax
class FSlot : public TBasicLayoutWidgetSlot< FSlot >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlot
(
int32 Column, |
Default values for a slot. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FChildren& SlotOwner, |
||
| int32 | GetColumn () |
Which column in the grid this cell belongs to | |
| int32 | How many columns this slot spans over | ||
| int32 | GetLayer () |
Positive values offset this cell to be hit-tested and drawn on top of others. | |
| FVector2D | GetNudge () |
Offset this slot's content by some amount; positive values offset to lower right | |
| int32 | GetRow () |
Which row in the grid this cell belongs to | |
| int32 | GetRowSpan () |
How many rows this this slot spans over | |
| void | SetColumn
(
int32 Column |
||
| void | SetColumnSpan
(
int32 ColumnSpan |
||
| void | SetLayer
(
int32 Layer |
||
| void | SetNudge
(
const FVector2D& Nudge |
||
| void | SetRow
(
int32 Row |
||
| void | SetRowSpan
(
int32 RowSpan |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSlotArguments |