Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWindow
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include | #include "Widgets/SWindow.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
bool IsDescendantOf
&40;
const TSharedPtr< SWindow > & ParentWindow
&41; const
Remarks
Returns whether or not this window is a descendant of the specfied parent window true if the window is a child of ParentWindow, false otherwise.
Parameters
| Name | Description |
|---|---|
| ParentWindow | The window to check |