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 & | FillSize
(
TAttribute< float > InStretchCoefficient |
The available space will be distributed proportionately. | |
| FSlotArguments & | MaxSize
(
TAttribute< float > InMaxHeight |
Set the max size in SlateUnit this slot can be. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |