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 |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PrivateParentType | SPanel | Widgets/Layout/SScrollBox.h | |
| PrivateThisType | SScrollPanel | Widgets/Layout/SScrollBox.h | |
| Super | SPanel | Widgets/Layout/SScrollBox.h | |
| ThisClass | SScrollPanel | Widgets/Layout/SScrollBox.h |
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 | ||
| OwningScrollBox | TWeakPtr< SScrollBox > | 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 |
Public Virtual
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 | ||
virtual int32 OnPaint
(
const FPaintArgs& Args, |
Widgets/Layout/SScrollBox.h |
Overridden from FSlateControlledConstruction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FSlateWidgetClassData & GetWidgetClass() |
Widgets/Layout/SScrollBox.h |
Protected Virtual
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector2D ComputeDesiredSize
(
float |
Widgets/Layout/SScrollBox.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSlateWidgetClassData & GetPrivateWidgetClass() |
Widgets/Layout/SScrollBox.h | ||
static void PrivateRegisterAttributes
(
FSlateAttributeInitializer& |
Widgets/Layout/SScrollBox.h | ||
static const FSlateWidgetClassData & StaticWidgetClass() |
Widgets/Layout/SScrollBox.h |