Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SGridPanel > API/Runtime/Slate/Widgets/Layout/SGridPanel/FSlot
Inheritance Hierarchy
- FSlotBase::FSlotArguments
- SGridPanel::FSlot::FSlotArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h |
| Include | #include "Widgets/Layout/SGridPanel.h" |
Syntax
struct FSlotArguments : public FSlotBase::FSlotArguments< FSlot >
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | Which column in the grid this cell belongs to | ||
| WidgetArgsType & | ColumnSpan
(
TOptional< int32 > InArg |
How many columns this slot spans over | |
| WidgetArgsType & | Positive values offset this cell to be hit-tested and drawn on top of others. | ||
| WidgetArgsType & | Offset this slot's content by some amount; positive values offset to lower right | ||
| WidgetArgsType & | Which row in the grid this cell belongs to | ||
| WidgetArgsType & | How many rows this this slot spans over |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |