UPanelSlot > UVisual > UObject
A slot for UGridPanel, these slots all share the same size as the largest slot in the grid.
Member | Type | Offset | Share |
---|---|---|---|
Padding
The padding area between the slot and the content it contains. |
FMargin | 0x38 | |
HorizontalAlignment
The alignment of the object horizontally. |
EHorizontalAlignment | 0x48 | |
VerticalAlignment
The alignment of the object vertically. |
EVerticalAlignment | 0x49 | |
Row
The row index of the cell this slot is in |
int32_t | 0x4c | |
RowSpan | int32_t | 0x50 | |
Column
The column index of the cell this slot is in |
int32_t | 0x54 | |
ColumnSpan | int32_t | 0x58 | |
Layer
Positive values offset this cell to be hit-tested and drawn on top of others. |
int32_t | 0x5c | |
Nudge
Offset this slot's content by some amount; positive values offset to lower right |
FVector2D | 0x60 |