Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SResponsiveGridPanel > API/Runtime/Slate/SResponsiveGridPanel/FSlot
| Name | FSlotArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SResponsiveGridPanel.h |
| Include Path | #include "Widgets/Layout/SResponsiveGridPanel.h" |
Syntax
struct FSlotArguments : public TBasicLayoutWidgetSlot::FSlotArguments
Inheritance Hierarchy
- FSlotBase::FSlotArguments → TSlotBase::FSlotArguments → TBasicLayoutWidgetSlot::FSlotArguments → SResponsiveGridPanel::FSlot::FSlotArguments
- TPaddingWidgetSlotMixin::FSlotArgumentsMixin → TBasicLayoutWidgetSlot::FSlotArguments → SResponsiveGridPanel::FSlot::FSlotArguments
- TAlignmentWidgetSlotMixin::FSlotArgumentsMixin → TBasicLayoutWidgetSlot::FSlotArguments → SResponsiveGridPanel::FSlot::FSlotArguments
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FSlot::FSlotArguments | Widgets/Layout/SResponsiveGridPanel.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnLayouts | TArray< FColumnLayout > | Layout information for the column | Widgets/Layout/SResponsiveGridPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlot::FSlotArguments & ColumnSpan
(
float LayoutSize, |
How many columns this slot spans over | Widgets/Layout/SResponsiveGridPanel.h |