FWidgetPath::GetPathDownTo

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 GetPathDownTo
(
    TSharedRef< const SWidget > MarkerWidget
) const

Returns

a copy of the widget path down to and including the MarkerWidget. If the MarkerWidget is not found in the path, return an invalid path.

Parameters

Parameter

Description

MarkerWidget

Copy the path up to and including this widget

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