Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Components/UniformGridSlot.h |
Include |
#include "Components/UniformGridSlot.h" |
class UUniformGridSlot : public UPanelSlot
A slot for UUniformGridPanel, these slots all share the same size as the largest slot in the grid.
Name | Description | ||
---|---|---|---|
|
Column |
The column index of the cell this slot is in |
|
|
TEnumAsByte< EH... |
HorizontalAlignment |
The alignment of the object horizontally. |
|
Row |
The row index of the cell this slot is in |
|
|
TEnumAsByte< EV... |
VerticalAlignment |
The alignment of the object vertically. |
Name | Description | |
---|---|---|
|
UUniformGridSlot ( |
Name | Description | ||
---|---|---|---|
|
BuildSlot ( |
Builds the underlying FSlot for the Slate layout panel. |
|
|
SetColumn ( |
Sets the column index of the slot, this determines what cell the slot is in the panel |
|
|
SetHorizontalAlignment ( |
||
|
SetRow ( |
Sets the row index of the slot, this determines what cell the slot is in the panel |
|
|
SetVerticalAlignment ( |
Name | Description | ||
---|---|---|---|
|
NudgeByDesigner |
Called by the designer to "nudge" a widget in a direction. |
|
|
SynchronizeFromTemplate ( |
Called by the designer when a design-time widget needs to have changes to its associated template synchronized. |
|
|
SynchronizeProperties() |
Applies all properties to the live slot if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |