Classes

UScrollBox

UPanelWidget > UWidget > UVisual > UObject

An arbitrary scrollable collection of widgets. Great for presenting 10-100 widgets in a list. Doesn't support virtualization.

Member Type Offset Share
WidgetStyle

The style

FScrollBoxStyle 0x120
WidgetBarStyle

The bar style

FScrollBarStyle 0x348
Style USlateWidgetStyleAsset* 0x818
BarStyle USlateWidgetStyleAsset* 0x820
Orientation

The orientation of the scrolling and stacking in the box.

EOrientation 0x828
ScrollBarVisibility

Visibility

ESlateVisibility 0x829
ConsumeMouseWheel

When mouse wheel events should be consumed.

EConsumeMouseWheel 0x82a
ScrollbarThickness

The thickness of the scrollbar thumb

FVector2D 0x82c
ScrollbarPadding

The margin around the scrollbar

FMargin 0x834
AlwaysShowScrollbar bool 0x844
AlwaysShowScrollbarTrack bool 0x845
AllowOverscroll

Disable to stop scrollbars from activating inertial overscrolling

bool 0x846
bAnimateWheelScrolling

True to lerp smoothly when wheel scrolling along the scroll box

bool 0x847
NavigationDestination

Sets where to scroll a widget to when using explicit navigation or if ScrollWhenFocusChanges is enabled

EDescendantScrollDestination 0x848
NavigationScrollPadding

The amount of padding to ensure exists between the item being navigated to, at the edge of the scrollbox.

float 0x84c
ScrollWhenFocusChanges

Scroll behavior when user focus is given to a child widget

EScrollWhenFocusChanges 0x850
bAllowRightClickDragScrolling

Option to disable right-click-drag scrolling

bool 0x851
WheelScrollMultiplier

The multiplier to apply when wheel scrolling

float 0x854
OnUserScrolled

Called when the scroll has changed

FMulticastInlineDelegate 0x858