Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Layout
Inheritance Hierarchy
- IScrollableWidget
- STableViewBase
- SListView
- SAssetColumnView
- SAssetListView
- SCommonListView
- SMLDeformerCurvePickerListView
- SMLDeformerInputCurveListWidget
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Layout/IScrollableWidget.h |
| Include | #include "Framework/Layout/IScrollableWidget.h" |
Syntax
class IScrollableWidget
Remarks
An interface to allow Slate Widgets to expose scrollable functionality.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | Gets the distance that user has scrolled into the control in normalized coordinates (0 - 1) | ||
| FVector2D | Gets the distance that user has left to scroll in the control before reaching the end in normalized coordinates (0 - 1) | ||
| TSharedRef< class SWidget > | Returns the typed SWidget that implements this interface |