Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SResponsiveGridPanel
| Name | FSlot |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SResponsiveGridPanel.h |
| Include Path | #include "Widgets/Layout/SResponsiveGridPanel.h" |
Syntax
class FSlot : public TBasicLayoutWidgetSlot< FSlot >
Inheritance Hierarchy
- FSlotPosition → FSlotBase → TSlotBase → TWidgetSlotWithAttributeSupport → TBasicLayoutWidgetSlot → SResponsiveGridPanel::FSlot
- FSlotBase → TSlotBase → TWidgetSlotWithAttributeSupport → TBasicLayoutWidgetSlot → SResponsiveGridPanel::FSlot
- SlateAttributePrivate::ISlateAttributeContainer → TWidgetSlotWithAttributeSupport → TBasicLayoutWidgetSlot → SResponsiveGridPanel::FSlot
- TPaddingWidgetSlotMixin → TBasicLayoutWidgetSlot → SResponsiveGridPanel::FSlot
- TAlignmentWidgetSlotMixin → TBasicLayoutWidgetSlot → SResponsiveGridPanel::FSlot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlot
(
int32 Row |
Default values for a slot. | Widgets/Layout/SResponsiveGridPanel.h |
Structs
| Name | Remarks |
|---|---|
| FColumnLayout | |
| FSlotArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnLayouts | TArray< FColumnLayout > | Layout information for the column | Widgets/Layout/SResponsiveGridPanel.h | |
| Panel | TWeakPtr< SResponsiveGridPanel > | The panel that contains this slot | Widgets/Layout/SResponsiveGridPanel.h | |
| RowParam | int32 | The row index | Widgets/Layout/SResponsiveGridPanel.h | |
| SResponsiveGridPanel | friend | Widgets/Layout/SResponsiveGridPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FChildren& SlotOwner, |
Widgets/Layout/SResponsiveGridPanel.h |