Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout > API/Runtime/SlateCore/Layout/FWidgetPath
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.h |
| Include | #include "Layout/WidgetPath.h" |
template<typename MatcherType>
FArrangedChildren GeneratePathToWidget
&40;
const MatcherType & Matcher,
const FArrangedWidget & FromWidget,
EUINavigation NavigationType,
EVisibility VisibilityFilter
&41;
Remarks
Generate a path from FromWidget to WidgetToFind. The path will not include FromWidget. A path from FromWidget to WidgetToFind; will not include FromWidget.
Parameters
| Name | Description |
|---|---|
| Matcher | Some struct that has a "bool IsMatch( const TSharedRef |
| FromWidget | Widget from which we a building a path.AddItem* |
| VisibilityFilter | Widgets must have this type of visibility to be included the path |