Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Components/WrapBoxSlot.h |
Include |
#include "Components/WrapBoxSlot.h" |
class UWrapBoxSlot : public UPanelSlot
The Slot for the UWrapBox, contains the widget that is flowed vertically
Name | Description | ||
---|---|---|---|
|
bFillEmptySpace |
Should this slot fill the remaining space on the line? |
|
|
bForceNewLine |
Should this slot start on a new line? |
|
|
float |
FillSpanWhenLessThan |
If the total available space in the wrap panel drops below this threshold, this slot will attempt to fill an entire line. |
|
TEnumAsByte< EH... |
HorizontalAlignment |
The alignment of the object horizontally. |
|
Padding |
The padding area between the slot and the content it contains. |
|
|
TEnumAsByte< EV... |
VerticalAlignment |
The alignment of the object vertically. |
Name | Description | |
---|---|---|
|
UWrapBoxSlot ( |
Name | Description | ||
---|---|---|---|
|
BuildSlot ( |
Builds the underlying FSlot for the Slate layout panel. |
|
|
SetFillEmptySpace ( |
||
|
SetFillSpanWhenLessThan ( |
||
|
SetHorizontalAlignment ( |
||
|
SetNewLine ( |
||
|
SetPadding ( |
||
|
SetVerticalAlignment ( |
Name | Description | ||
---|---|---|---|
|
SynchronizeProperties() |
Applies all properties to the live slot if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |