Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STableViewBase
Description
Enables/disables being able to scroll via pointer. This should be use as a temporary mean to disable scrolling.
| Name | SetIsPointerScrollingEnabled |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
| Include Path | #include "Widgets/Views/STableViewBase.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp |
void SetIsPointerScrollingEnabled
(
bool bInIsPointerScrollingEnabled
)