Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SScrollBox > API/Runtime/Slate/Widgets/Layout/SScrollBox/FSlot
Inheritance Hierarchy
- TSlotBase::FSlotArguments
- TPaddingWidgetSlotMixin::FSlotArgumentsMixin
- TAlignmentWidgetSlotMixin::FSlotArgumentsMixin
- TBasicLayoutWidgetSlot::FSlotArguments
- SScrollBox::FSlot::FSlotArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
| Include | #include "Widgets/Layout/SScrollBox.h" |
Syntax
struct FSlotArguments : public TBasicLayoutWidgetSlot::FSlotArguments
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< float > | _MaxSize | ||
| TAttribute< float > | _MinSize |
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. | |
| 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. | |
| WidgetArgsType & | SizeParam
(
TOptional< FSizeParam > InArg |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |