SListView::RequestNavigateToItem

Navigate to a specific item, scrolling it into view if needed.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h

Include

#include "Widgets/Views/SListView.h"

Syntax

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

Parameter

Description

Item

The item to navigate to on the next tick.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss