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 ( |
||
|
SetAutoHeight() |
The widget's DesiredSize will be used as the space required. |
|
|
SetFillHeight ( |
The available space will be distributed proportionately. |
|
|
SetMaxHeight ( |
Set the max size in SlateUnit this slot can be. |
Name |
Description |
|
---|---|---|
|
FSlotArguments |
Name | Description | ||
---|---|---|---|
|
FSlot & |
AutoHeight() |
Chained AutoHeight is deprecated. Use the FSlotArgument or SetAutoHeight |
|
FSlot & |
FillHeight ( |
Chained FillWidth is deprecated. Use the FSlotArgument or SetFillWidth |
|
FSlot & |
MaxHeight ( |
Chained MaxWidth is deprecated. Use the FSlotArgument or SetMaxHeight |