Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FWeakWidgetPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWidgetPath ToNextFocusedPath
(
EUINavigation NavigationType |
Layout/WidgetPath.h | ||
FWidgetPath ToNextFocusedPath
(
EUINavigation NavigationType, |
Layout/WidgetPath.h |
ToNextFocusedPath(EUINavigation)
| Name | ToNextFocusedPath |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.h |
| Include Path | #include "Layout/WidgetPath.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Layout/WidgetPath.cpp |
FWidgetPath ToNextFocusedPath
(
EUINavigation NavigationType
) const
The widget path to the resulting widget
Parameters
| Name | Remarks |
|---|---|
| NavigationType | Direction in which to move the focus (only for use with EUINavigation::Next and EUINavigation::Previous). |
ToNextFocusedPath(EUINavigation, const FNavigationReply &, const FArrangedWidget &)
| Name | ToNextFocusedPath |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.h |
| Include Path | #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 | Remarks |
|---|---|
| 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 |