UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IScrollableWidget Class Referenceabstract

#include <IScrollableWidget.h>

+ Inheritance diagram for IScrollableWidget:

Public Member Functions

virtual ~IScrollableWidget ()
 
virtual FVector2D GetScrollDistance ()=0
 
virtual FVector2D GetScrollDistanceRemaining ()=0
 
virtual TSharedRef< class SWidgetGetScrollWidget ()=0
 

Detailed Description

An interface to allow Slate Widgets to expose scrollable functionality.

Constructor & Destructor Documentation

◆ ~IScrollableWidget()

virtual IScrollableWidget::~IScrollableWidget ( )
inlinevirtual

Member Function Documentation

◆ GetScrollDistance()

virtual FVector2D IScrollableWidget::GetScrollDistance ( )
pure virtual

Gets the distance that user has scrolled into the control in normalized coordinates (0 - 1)

Implemented in STableViewBase.

◆ GetScrollDistanceRemaining()

virtual FVector2D IScrollableWidget::GetScrollDistanceRemaining ( )
pure virtual

Gets the distance that user has left to scroll in the control before reaching the end in normalized coordinates (0 - 1)

Implemented in STableViewBase.

◆ GetScrollWidget()

virtual TSharedRef< class SWidget > IScrollableWidget::GetScrollWidget ( )
pure virtual

Returns the typed SWidget that implements this interface

Implemented in STableViewBase.


The documentation for this class was generated from the following file: