Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Layout > API/Runtime/Slate/Framework/Layout/FOverscroll
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Layout/Overscroll.h |
| Include | #include "Framework/Layout/Overscroll.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Layout/Overscroll.cpp |
bool ShouldApplyOverscroll
&40;
const bool bIsAtStartOfList,
const bool bIsAtEndOfList,
const float ScrollDelta
&41; const
Remarks
Should ScrollDelta be applied to overscroll or to regular item scrolling. true if the user's scrolling should be applied toward overscroll.
Parameters
| Name | Description |
|---|---|
| bIsAtStartOfList | Are we at the very beginning of the list (i.e. showing the first item at the top of the view)? |
| bIsAtEndOfList | Are we showing the last item on the screen completely? |
| ScrollDelta | How much the user is trying to scroll in Slate Units. |