Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
const TSharedPtr< SWindow > & ParentWindow
) const
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.
Parameter |
Description |
---|---|
ParentWindow |
The window to check |