Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SStackBox > API/Runtime/SlateCore/Widgets/SStackBox/FSlot
Inheritance Hierarchy
- TSlotBase::FSlotArguments
- TPaddingWidgetSlotMixin::FSlotArgumentsMixin
- TAlignmentWidgetSlotMixin::FSlotArgumentsMixin
- TBasicLayoutWidgetSlot::FSlotArguments
- SBoxPanel::TSlot::FSlotArguments
- SStackBox::FSlot::FSlotArguments
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
Include | #include "Widgets/SBoxPanel.h" |
Syntax
struct FSlotArguments : public SBoxPanel::TSlot< SlotType >::FSlotArguments
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FSlotArguments & | AutoSize () |
The widget's DesiredSize will be used as the space required. |
![]() |
FSlotArguments & | FillContentSize
(
TAttribute< float > InStretchCoefficient, |
The widget's content size is adjusted proportionally to fit the available space. |
![]() |
FSlotArguments & | FillSize
(
TAttribute< float > InStretchCoefficient |
The available space will be distributed proportionately to each slots stretch coefficient. |
![]() |
FSlotArguments & | MaxSize
(
TAttribute< float > InMaxHeight |
Set the max size in SlateUnit this slot can be. |
![]() |
FSlotArguments & | MinSize
(
TAttribute< float > InMinHeight |
Set the min size in SlateUnit this slot can be. |
Typedefs
Name | Description |
---|---|
WidgetArgsType |