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