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 |
FInertialScrollManager
(
double SampleTimeout
)
Remarks
Constructor
Parameters
| Name | Description |
|---|---|
| ScrollDecceleration | The acceleration against the velocity causing it to decay. |
| SampleTimeout | Samples older than this amount of time will be discarded. |