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