Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SScrollBox
A Slot that provides layout options for the contents of a scrollable box.
| Name | FSlot |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
| Include Path | #include "Widgets/Layout/SScrollBox.h" |
Syntax
class FSlot :
public TBasicLayoutWidgetSlot< FSlot > ,
public TResizingWidgetSlotMixin< FSlot >
Inheritance Hierarchy
- FSlotPosition → FSlotBase → TSlotBase → TWidgetSlotWithAttributeSupport → TBasicLayoutWidgetSlot → SScrollBox::FSlot
- FSlotBase → TSlotBase → TWidgetSlotWithAttributeSupport → TBasicLayoutWidgetSlot → SScrollBox::FSlot
- SlateAttributePrivate::ISlateAttributeContainer → TWidgetSlotWithAttributeSupport → TBasicLayoutWidgetSlot → SScrollBox::FSlot
- TPaddingWidgetSlotMixin → TBasicLayoutWidgetSlot → SScrollBox::FSlot
- TAlignmentWidgetSlotMixin → TBasicLayoutWidgetSlot → SScrollBox::FSlot
- TResizingWidgetSlotMixin → SScrollBox::FSlot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlot() |
Default values for a slot. | Widgets/Layout/SScrollBox.h |
Structs
| Name | Remarks |
|---|---|
| FSlotArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsShrinkSizeValueSet | bool | How much space this slot should occupy along scrollbox's direction. | Widgets/Layout/SScrollBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FChildren& SlotOwner, |
Widgets/Layout/SScrollBox.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterAttributes
(
FSlateWidgetSlotAttributeInitializer& AttributeInitializer |
Widgets/Layout/SScrollBox.h |