Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
Include |
#include "Widgets/SBoxPanel.h" |
class FSlot : public SBoxPanel::TSlot< FSlot >
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
SetAutoWidth() |
The widget's DesiredSize will be used as the space required. |
|
|
SetFillWidth ( |
The available space will be distributed proportionately. |
|
|
SetMaxWidth ( |
Set the max size in SlateUnit this slot can be. |
Name |
Description |
|
---|---|---|
|
FSlotArguments |
Name | Description | ||
---|---|---|---|
|
FSlot & |
AutoWidth() |
Chained AutoWidth is deprecated. Use the FSlotArgument or SetAutoWidth |
|
FSlot & |
FillWidth ( |
Chained FillWidth is deprecated. Use the FSlotArgument or SetFillWidth |
|
FSlot & |
MaxWidth ( |
Chained MaxWidth is deprecated. Use the FSlotArgument or SetMaxWidth |