Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Layout/Overscroll.h |
Include |
#include "Framework/Layout/Overscroll.h" |
struct FOverscroll
Handles overscroll management.
Name | Description | |
---|---|---|
|
FOverscroll() |
Name | Description | ||
---|---|---|---|
|
float |
GetOverscroll ( |
How far the user scrolled above/below the beginning/end of the list. |
|
ResetOverscroll() |
Resets the overscroll amout. |
|
|
float |
ScrollBy ( |
|
|
ShouldApplyOverscroll |
Should ScrollDelta be applied to overscroll or to regular item scrolling. |
|
|
UpdateOverscroll ( |
Ticks the overscroll manager so it can animate. |
Name |
Description |
---|---|
Looseness |
The amount to scale the logarithm by to make it more loose |
OvershootBounceRate |
The bounce back rate when the overscroll stops. |
OvershootLooseMax |
The "max" used to perform the interpolation snap back, and make it faster the further away it is. |