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