SScrollPanel

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h

Include

#include "Widgets/Layout/SScrollBox.h"

Syntax

class SScrollPanel : public SPanel

Variables

Name Description

Public variable

TPanelChildren<...

 

Children

Public variable

float

 

PhysicalOffset

Constructors

Name Description

Public function

SScrollPanel()

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    const TArray< SScrollBox::FSlot...
)

Public function

EOrientation

 

GetOrientation()

Public function

void

 

SetOrientation

(
    EOrientation InOrientation
)

Overridden from SWidget

Name Description

Protected function Virtual Const

FVector2D

 

ComputeDesiredSize

(
    float
)

A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user.

Public function Virtual

FChildren &#...

 

GetChildren()

All widgets must provide a way to access their children in a layout-agnostic way.

Public function Virtual Const

void

 

OnArrangeChildren

(
    const FGeometry& AllottedGeometry,
    FArrangedChildren& ArrangedChildre...
)

Panels arrange their children in a space described by the AllottedGeometry parameter.

Classes

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss