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>
bool ExtendPathTo
&40;
const MatcherType & Matcher,
EVisibility VisibilityFilter
&41;
Remarks
Extend the current path such that it reaches some widget that qualifies as a Match The widget to match must be a descendant of the last widget currently in the path. true if successful; false otherwise.
Parameters
| Name | Description |
|---|---|
| Matcher | Some struct that has a "bool IsMatch( const TSharedRef |
| VisibilityFilter | Widgets must have this type of visibility to be included the path |