Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SWrapBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SWrapBox::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWrapBox.h |
| Include | #include "Widgets/Layout/SWrapBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SWrapBox >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< typename FSlot::FSlotArguments > | _Slots | The slot supported by this panel |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | HAlign
(
const TAttribute< EHorizontalAlignment >& InAttribute |
How to distribute the elements among any extra space in a given row | |
| WidgetArgsType & | InnerSlotPadding
(
FVector2D InArg |
The inner slot padding goes between slots sharing borders | |
| WidgetArgsType & | Orientation
(
EOrientation InArg |
Determines if the wrap box needs to arrange the slots left-to-right or top-to-bottom. | |
| WidgetArgsType & | PreferredSize
(
const TAttribute< float >& InAttribute |
The preferred size, if not set will fill the space | |
| WidgetArgsType & | UseAllottedSize
(
bool InArg |
If true, the PreferredSize will always match the room available to the SWrapBox |
Operators
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | operator+
(
typename FSlot::FSlotArguments& SlotToAdd |
||
| WidgetArgsType & | operator+
(
typename FSlot::FSlotArguments&& SlotToAdd |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | PreferredWidth
(
const TAttribute< float >& InAttribute |
PreferredWidth is deprecated. Use PreferredSize instead. | |
| WidgetArgsType & | UseAllottedWidth
(
bool InArg |
UseAllottedWidth is deprecated. Use UseAllottedSize instead. |