Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SVerticalBox > API/Runtime/SlateCore/SVerticalBox/FSlot
Description
The available space will be distributed proportionately to each slots stretch coefficient. A slot with coefficient of 2 will get assigned twice as much available space as slot with coefficient 1.
| Name | SetFillHeight |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include Path | #include "Widgets/SBoxPanel.h" |
void SetFillHeight
(
TAttribute < float > InStretchCoefficient
)
Parameters
| Name | Remarks |
|---|---|
| InStretchCoefficient | Stretch coefficient for this slot. |