Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
Description
Navigate to a specific item, scrolling it into view if needed. If the item is not found, fails silently.
| Name | RequestNavigateToItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
void RequestNavigateToItem
(
ItemType Item,
const uint32 UserIndex
)
Parameters
| Name | Remarks |
|---|---|
| Item | The item to navigate to on the next tick. |