Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SUniformGridPanel
Inheritance Hierarchy
- TSlotBase
- TAlignmentWidgetSlotMixin
- SUniformGridPanel::FSlot
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SUniformGridPanel.h |
| Include | #include "Widgets/Layout/SUniformGridPanel.h" |
Syntax
struct FSlot :
public TSlotBase< FSlot >,
public TAlignmentWidgetSlotMixin< FSlot >
Remarks
Stores the per-child info for this panel type
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlot
(
int32 InColumn, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FChildren& SlotOwner, |
||
| int32 | GetColumn () |
||
| int32 | GetRow () |
||
| void | SetColumn
(
int32 InColumn |
||
| void | SetRow
(
int32 InRow |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSlotArguments |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Column | Direct access to Column is now deprecated. Use the getter or setter. | |
| int32 | Row | Direct access to Row is now deprecated. Use the getter or setter. |