Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/STableViewBase
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
| Include | #include "Widgets/Views/STableViewBase.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp |
void ScrollBar_OnUserScrolled
(
float InScrollOffsetFraction
)
Remarks
Invoked by the scrollbar when the user scrolls.
Parameters
| Name | Description |
|---|---|
| InScrollOffsetFraction | The location to which the user scrolled as a fraction (between 0 and 1) of total height of the content. |