Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWindow
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< TSharedRef< SWindow > > & GetChildWindows () |
Widgets/SWindow.h | ||
TArray< TSharedRef< SWindow > > & GetChildWindows () |
Widgets/SWindow.h |
GetChildWindows()
| Name | GetChildWindows |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include Path | #include "Widgets/SWindow.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
const TArray < TSharedRef < SWindow > > & GetChildWindows() const
the list of this window's child windows
GetChildWindows()
| Name | GetChildWindows |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include Path | #include "Widgets/SWindow.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
TArray < TSharedRef < SWindow > > & GetChildWindows()
the list of this window's child windows