Choose your operating system:
Windows
macOS
Linux
| FSlateApplicationBase::FindWidgetWindow()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
Include |
#include "Framework/Application/SlateApplication.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
virtual TSharedPtr< SWindow > FindWidgetWindow
(
TSharedRef< const SWidget > InWidget
) const
Finds the window that the provided widget resides in
The window where the widget resides, or null if the widget wasn't found. Remember, a widget might not be found simply because its parent decided not to report the widget in ArrangeChildren.
Parameter |
Description |
---|---|
InWidget |
The widget to find the window for |