Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SUniformGridPanel
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SUniformGridPanel.h |
| Include Path | #include "Widgets/Layout/SUniformGridPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SUniformGridPanel >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SUniformGridPanel::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Layout/SUniformGridPanel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Layout/SUniformGridPanel.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Slots | TArray< typename FSlot::FSlotArguments > | Slot type supported by this panel | Widgets/Layout/SUniformGridPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & MinDesiredSlotHeight
(
const TAttribute< float >& InAttribute |
The minimum desired height of the slots | Widgets/Layout/SUniformGridPanel.h | |
WidgetArgsType & MinDesiredSlotWidth
(
const TAttribute< float >& InAttribute |
The minimum desired width of the slots | Widgets/Layout/SUniformGridPanel.h | |
WidgetArgsType & SlotPadding
(
const TAttribute< FMargin >& InAttribute |
Padding given to each slot | Widgets/Layout/SUniformGridPanel.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & operator+
(
typename FSlot::FSlotArguments& SlotToAdd |
Widgets/Layout/SUniformGridPanel.h | ||
WidgetArgsType & operator+
(
typename FSlot::FSlotArguments&& SlotToAdd |
Widgets/Layout/SUniformGridPanel.h |