Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Layout > API/Runtime/Slate/Framework/Layout/FInertialScrollManager
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Layout/InertialScrollManager.h |
| Include | #include "Framework/Layout/InertialScrollManager.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Layout/InertialScrollManager.cpp |
void ClearScrollVelocity
(
bool bInShouldStopScrollNow
)
Remarks
Stop the accumulation of inertial scroll.
Parameters
| Name | Description |
|---|---|
| bInShouldStopScrollNow | true implies the scroll will stop instantly, else the list will scroll until any accumulated scroll offset is cleared. |