Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FWeakWidgetPath
Description
Make a non-weak WidgetPath out of this WeakWidgetPath. Do this by computing all the relevant geometries and converting the weak pointers to TSharedPtr.
| Name | ToWidgetPathRef |
| 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 |
TSharedRef < FWidgetPath > ToWidgetPathRef
(
EInterruptedPathHandling::Type InterruptedPathHandling,
const FPointerEvent * PointerEvent,
const EVisibility VisibilityFilter
) const
Parameters
| Name | Remarks |
|---|---|
| InterruptedPathHandling | Should interrupted paths result in a truncated path or an invalid path |