![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IScrollableWidget.h>
Inheritance diagram for IScrollableWidget:Public Member Functions | |
| virtual | ~IScrollableWidget () |
| virtual FVector2D | GetScrollDistance ()=0 |
| virtual FVector2D | GetScrollDistanceRemaining ()=0 |
| virtual TSharedRef< class SWidget > | GetScrollWidget ()=0 |
An interface to allow Slate Widgets to expose scrollable functionality.
|
inlinevirtual |
Gets the distance that user has scrolled into the control in normalized coordinates (0 - 1)
Implemented in STableViewBase.
Gets the distance that user has left to scroll in the control before reaching the end in normalized coordinates (0 - 1)
Implemented in STableViewBase.
|
pure virtual |
Returns the typed SWidget that implements this interface
Implemented in STableViewBase.