Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RequestScrollIntoView
(
ItemType ItemToView, |
Scroll an item into view. If the item is not found, fails silently. | Widgets/Views/SListView.h | |
void RequestScrollIntoView
(
ItemType ItemToView, |
Widgets/Views/SListView.h |
RequestScrollIntoView(ItemType, const uint32)
Description
Scroll an item into view. If the item is not found, fails silently.
| Name | RequestScrollIntoView |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
void RequestScrollIntoView
(
ItemType ItemToView,
const uint32 UserIndex
)
Parameters
| Name | Remarks |
|---|---|
| ItemToView | The item to scroll into view on next tick. |
RequestScrollIntoView(ItemType, const uint32, const bool)
| Name | RequestScrollIntoView |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
void RequestScrollIntoView
(
ItemType ItemToView,
const uint32 UserIndex,
const bool NavigateOnScrollIntoView
)