Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWrapBox.h |
Include |
#include "Widgets/Layout/SWrapBox.h" |
class FSlot : public TBasicLayoutWidgetSlot< FSlot >
A slot that support alignment of content and padding
Name | Description | |
---|---|---|
|
FSlot() |
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
GetFillEmptySpace() |
||
|
TOptional< f... |
GetFillLineWhenSizeLessThan() |
|
|
GetForceNewLine() |
||
|
SetFillEmptySpace ( |
Should this slot fill the remaining space on the line? |
|
|
SetFillLineWhenSizeLessThan ( |
Dependently of the Orientation, if the total available horizontal or vertical space in the wrap panel drops below this threshold, this slot will attempt to fill an entire line. |
|
|
SetForceNewLine ( |
Name |
Description |
|
---|---|---|
|
FSlotArguments |
Name | Description | ||
---|---|---|---|
|
bSlotFillEmptySpace |
Direct access to bSlotFillEmptySpace is now deprecated. Use the getter or setter. |
|
|
bSlotForceNewLine |
Direct access to bSlotForceNewLine is now deprecated. Use the getter or setter. |
|
|
TOptional< floa... |
SlotFillLineWhenSizeLessThan |
Direct access to SlotFillLineWhenSizeLessThan is now deprecated. Use the getter or setter. |