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
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Default values for a slot. |
Widgets/Layout/SScrollBox.h |
|
Structs
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
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static void RegisterAttributes
(
FSlateWidgetSlotAttributeInitializer& AttributeInitializer
)
|
|
Widgets/Layout/SScrollBox.h |
|