Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout > API/Runtime/SlateCore/Layout/FWeakWidgetPath > API/Runtime/SlateCore/Layout/FWeakWidgetPath/ToNextFocusedPath
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.h |
| Include | #include "Layout/WidgetPath.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Layout/WidgetPath.cpp |
FWidgetPath ToNextFocusedPath
(
EUINavigation NavigationType,
const FNavigationReply & NavigationReply,
const FArrangedWidget & RuleWidget
) const
The widget path to the resulting widget
Parameters
| Name | Description |
|---|---|
| NavigationType | Direction in which to move the focus (only for use with EUINavigation::Next and EUINavigation::Previous). |
| NavigationReply | The NavigationReply that the RuleWidget provided during the bubbled navigation event |
| RuleWidget | The ArrangedWidget or the widget that provided the NavigationReply |