Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
Description
Keeps SelectorItem in sync with the currently focused entry by walking the widget path below this list. Always updates SelectorItem to match the focused entry. Only requests a scroll when SelectorItem was previously unset and the matched row is clipped by this list's viewport.
| Name | SyncSelectorItemFromFocusPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
void SyncSelectorItemFromFocusPath
(
const FWidgetPath & InWidgetPath,
uint32 UserIndex
)