Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FWidgetPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWidgetPath () |
Layout/WidgetPath.h | ||
FWidgetPath
(
TArrayView< FWidgetAndPointer > InWidgetsAndPointers |
Layout/WidgetPath.h | ||
FWidgetPath
(
TSharedPtr< SWindow > InTopLevelWindow, |
Layout/WidgetPath.h |
FWidgetPath()
| Name | FWidgetPath |
| 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 |
FWidgetPath()
FWidgetPath(TArrayView< FWidgetAndPointer >)
| Name | FWidgetPath |
| 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 |
FWidgetPath
(
TArrayView < FWidgetAndPointer > InWidgetsAndPointers
)
FWidgetPath(TSharedPtr< SWindow >, const FArrangedChildren &)
| Name | FWidgetPath |
| 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 |
FWidgetPath
(
TSharedPtr < SWindow > InTopLevelWindow,
const FArrangedChildren & InWidgetPath
)