Choose your operating system:
Windows
macOS
Linux
Module |
|
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 CheckWorkAreaForWindows
(
const TArray< TSharedRef< SWindow > > & WindowsToSearch,
const FSlateRect & WorkAreaRect
)
Checks whether any of the given windows overlap the specified work area.
true if at least one window overlaps with the work area, false otherwise.
Parameter |
Description |
---|---|
WindowsToSearch |
The collection of windows to check. |
WorkAreaRect |
The work area to check. |