Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWindow > | FindWidgetWindow
(
TSharedRef< const SWidget > InWidget |
Finds the window that the provided widget resides in | |
| TSharedPtr< SWindow > | FindWidgetWindow
(
TSharedRef< const SWidget > InWidget, |
The FindWidgetWindow method that takes an FWidgetPath has been deprecated. If you dont need the widget path, use FindWidgetWindow(MyWidget) instead. If you need the path use GeneratePathToWidget |