Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateApplicationBase
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include | #include "Application/SlateApplicationBase.h" |
TSharedPtr < SWindow > FindWidgetWindow
(
TSharedRef < const SWidget > InWidget
) const
Remarks
Returns the window the provided widget is contained in returns the window the provided widget is contained in or nullptr if it's not currently in a window
Parameters
| Name | Description |
|---|---|
| InWidget | Widget to find the window for |