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
- TBasicLayoutWidgetSlot< FSlot >::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< FSlot >::FSlotArguments
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< float > | _MaxSize |
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. | |
| WidgetArgsType & | SizeParam
(
TOptional< FSizeParam > InArg |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |