Navigation
API > API/Runtime > API/Runtime/Slate
| Name | SScrollPanel |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
| Include Path | #include "Widgets/Layout/SScrollBox.h" |
Syntax
class SScrollPanel : public SPanel
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SScrollPanel
- FSlateControlledConstruction → SWidget → SPanel → SScrollPanel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SScrollPanel() |
Widgets/Layout/SScrollBox.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TPanelChildren< SScrollBox::FSlot > | Widgets/Layout/SScrollBox.h | ||
| PhysicalOffset | float | Widgets/Layout/SScrollBox.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrangedSize | FVector2D | Widgets/Layout/SScrollBox.h | ||
| BackPadScrolling | bool | Widgets/Layout/SScrollBox.h | ||
| bAllowContentToShrink | bool | Widgets/Layout/SScrollBox.h | ||
| FrontPadScrolling | bool | Widgets/Layout/SScrollBox.h | ||
| Orientation | EOrientation | Widgets/Layout/SScrollBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/Layout/SScrollBox.h | ||
const FVector2D & GetArrangedSize() |
Widgets/Layout/SScrollBox.h | ||
EOrientation GetOrientation() |
Widgets/Layout/SScrollBox.h | ||
void SetOrientation
(
EOrientation InOrientation |
Widgets/Layout/SScrollBox.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FChildren * GetChildren() |
Widgets/Layout/SScrollBox.h | ||
virtual void OnArrangeChildren
(
const FGeometry& AllottedGeometry, |
Widgets/Layout/SScrollBox.h |
Protected
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector2D ComputeDesiredSize
(
float |
Widgets/Layout/SScrollBox.h |