Choose your operating system:
Windows
macOS
Linux
| FSlateBaseNamedArgs
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWrapBox.h |
Include |
#include "Widgets/Layout/SWrapBox.h" |
struct FArguments : public TSlateBaseNamedArgs< SWrapBox >
Name | Description | |
---|---|---|
|
FArguments() |
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
HAlign ( |
How to distribute the elements among any extra space in a given row |
|
WidgetArgsTy... |
InnerSlotPadding ( |
The inner slot padding goes between slots sharing borders |
|
WidgetArgsTy... |
Orientation ( |
Determines if the wrap box needs to arrange the slots left-to-right or top-to-bottom. |
|
WidgetArgsTy... |
PreferredSize ( |
The preferred size, if not set will fill the space |
|
WidgetArgsTy... |
UseAllottedSize ( |
If true, the PreferredSize will always match the room available to the SWrapBox |
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
operator+ ( |
|
|
WidgetArgsTy... |
operator+ ( |
Name |
Description |
---|---|
WidgetArgsType |
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
PreferredWidth ( |
PreferredWidth is deprecated. Use PreferredSize instead. |
|
WidgetArgsTy... |
UseAllottedWidth ( |
UseAllottedWidth is deprecated. Use UseAllottedSize instead. |