Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateWindowHelper
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h |
| Include | #include "Application/SlateWindowHelper.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Application/SlateWindowHelper.cpp |
static bool ContainsWindow
&40;
const TArray< TSharedRef< SWindow >> & WindowsToSearch,
const TSharedRef< SWindow > & WindowToFind
&41;
Remarks
Checks whether the given collection of windows contains the specified window. true if the collection contains the window, false otherwise.
Parameters
| Name | Description |
|---|---|
| WindowsToSearch | The collection of windows to search. |
| WindowToFind | The window to find. |