Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SUniformGridPanel
Stores the per-child info for this panel type
| Name | FSlot |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SUniformGridPanel.h |
| Include Path | #include "Widgets/Layout/SUniformGridPanel.h" |
Syntax
struct FSlot :
public TSlotBase< FSlot > ,
public TAlignmentWidgetSlotMixin< FSlot >
Inheritance Hierarchy
- FSlotPosition → FSlotBase → TSlotBase → SUniformGridPanel::FSlot
- FSlotBase → TSlotBase → SUniformGridPanel::FSlot
- TAlignmentWidgetSlotMixin → SUniformGridPanel::FSlot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlot
(
int32 InColumn, |
Widgets/Layout/SUniformGridPanel.h |
Structs
| Name | Remarks |
|---|---|
| FSlotArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Column | int32 | Widgets/Layout/SUniformGridPanel.h | ||
| Row | int32 | Widgets/Layout/SUniformGridPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FChildren& SlotOwner, |
Widgets/Layout/SUniformGridPanel.h | ||
int32 GetColumn() |
Widgets/Layout/SUniformGridPanel.h | ||
int32 GetRow() |
Widgets/Layout/SUniformGridPanel.h | ||
void SetColumn
(
int32 InColumn |
Widgets/Layout/SUniformGridPanel.h | ||
void SetRow
(
int32 InRow |
Widgets/Layout/SUniformGridPanel.h |