Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
Description
Resolves ItemNavigatedTo from the pending navigation context when bEnableProximateEntryNavigation is set. If ItemNavigatedTo is already valid (e.g. a higher-priority rule already set it), the nav context is skipped. Falls back to the previously selected item, then to item 0, when no proximate candidate is found.
| Name | TryResolveProximateFocusEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
void TryResolveProximateFocusEntry
(
NullableItemType & ItemNavigatedTo,
const FFocusEvent & InFocusEvent
) const
Parameters
| Name | Remarks |
|---|---|
| ItemNavigatedTo | In/out - may be pre-set by the caller; only written if still null. |
| UserIndex | Slate user index used to look up and clear the pending context. |