Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SScrollBox > API/Runtime/Slate/SScrollBox/FSlot
| Name | FSlotArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
| Include Path | #include "Widgets/Layout/SScrollBox.h" |
Syntax
struct FSlotArguments :
public TBasicLayoutWidgetSlot::FSlotArguments ,
public TResizingWidgetSlotMixin::FSlotArgumentsMixin
Inheritance Hierarchy
- FSlotBase::FSlotArguments → TSlotBase::FSlotArguments → TBasicLayoutWidgetSlot::FSlotArguments → SScrollBox::FSlot::FSlotArguments
- TPaddingWidgetSlotMixin::FSlotArgumentsMixin → TBasicLayoutWidgetSlot::FSlotArguments → SScrollBox::FSlot::FSlotArguments
- TAlignmentWidgetSlotMixin::FSlotArgumentsMixin → TBasicLayoutWidgetSlot::FSlotArguments → SScrollBox::FSlot::FSlotArguments
- TResizingWidgetSlotMixin::FSlotArgumentsMixin → SScrollBox::FSlot::FSlotArguments
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FSlot::FSlotArguments | Widgets/Layout/SScrollBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlotArguments & AutoSize() |
The widget's DesiredSize will be used as the space required. | Widgets/Layout/SScrollBox.h | |
FSlotArguments & FillContentSize
(
TAttribute< float > InStretchCoefficient, |
The widget's content size is adjusted proportionally to fit the available space. | Widgets/Layout/SScrollBox.h | |
FSlotArguments & FillSize
(
TAttribute< float > InStretchCoefficient |
The available space will be distributed proportionately. | Widgets/Layout/SScrollBox.h | |
FSlotArguments & MaxSize
(
TAttribute< float > InMaxHeight |
Set the max size in SlateUnit this slot can be. | Widgets/Layout/SScrollBox.h | |
FSlotArguments & MinSize
(
TAttribute< float > InMinHeight |
Set the min size in SlateUnit this slot can be. | Widgets/Layout/SScrollBox.h |