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