Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UListView
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/ListView.h |
| Include | #include "Components/ListView.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/ListView.cpp |
UFUNCTION (BlueprintCallable, Category=ListView)
void NavigateToIndex
(
int32 Index
)
Remarks
Requests that the item at the given index navigated to, scrolling it into view if needed.