Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h |
Include |
#include "Widgets/Layout/SGridPanel.h" |
class FSlot : public TBasicLayoutWidgetSlot< FSlot >
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
GetColumn() |
Which column in the grid this cell belongs to |
|
|
GetColumnSpan() |
How many columns this slot spans over |
|
|
GetLayer() |
Positive values offset this cell to be hit-tested and drawn on top of others. |
|
|
GetNudge() |
Offset this slot's content by some amount; positive values offset to lower right |
|
|
GetRow() |
Which row in the grid this cell belongs to |
|
|
GetRowSpan() |
How many rows this this slot spans over |
|
|
SetColumn ( |
||
|
SetColumnSpan ( |
||
|
SetLayer ( |
||
|
SetNudge ( |
||
|
SetRow ( |
||
|
SetRowSpan ( |
Name |
Description |
|
---|---|---|
|
FSlotArguments |