FWeakWidgetPath::ToNextFocusedPath

Windows
MacOS
Linux

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

Syntax

FWidgetPath ToNextFocusedPath
(
    EUINavigation NavigationType,
    const FNavigationReply & NavigationReply,
    const FArrangedWidget & RuleWidget
) const

Returns

The widget path to the resulting widget

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss