Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SUniformWrapPanel
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SUniformWrapPanel::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SUniformWrapPanel.h |
| Include | #include "Widgets/Layout/SUniformWrapPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SUniformWrapPanel >
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 & | EvenRowDistribution
(
const TAttribute< bool >& InAttribute |
If the distribution to evenly distribute down rows | |
| WidgetArgsType & | HAlign
(
const TAttribute< EHorizontalAlignment >& InAttribute |
How to distribute the elements among any extra space in a given row | |
| WidgetArgsType & | MaxDesiredSlotHeight
(
const TAttribute< float >& InAttribute |
The minimum desired height of the slots | |
| WidgetArgsType & | MaxDesiredSlotWidth
(
const TAttribute< float >& InAttribute |
The minimum desired width of the slots | |
| 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 & | NumColumnsOverride
(
const TAttribute< int32 >& InAttribute |
The number of columns for the wrapped panel | |
| 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 |