Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h |
| Include | #include "Application/SlateWindowHelper.h" |
Syntax
class FSlateWindowHelper
Remarks
Implements a manager for Slate windows.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ArrangeWindowToFront
(
TArray< TSharedRef< SWindow >>& Windows, |
Reorders the given collection of windows so the specified window is brought to the front. | |
| TSharedRef< SWindow > | BringToFrontInParent
(
const TSharedRef< SWindow >& WindowToBringToFront |
Make BringMeToFront first among its peers. | |
| void | BringWindowToFront
(
TArray< TSharedRef< SWindow >>& Windows, |
Put 'BringMeToFront' at the font of the list of 'WindowsToReorder'. | |
| bool | CheckWorkAreaForWindows
(
const TArray< TSharedRef< SWindow > >& WindowsToSearch, |
Checks whether any of the given windows overlap the specified work area. | |
| bool | ContainsWindow
(
const TArray< TSharedRef< SWindow >>& WindowsToSearch, |
Checks whether the given collection of windows contains the specified window. | |
| bool | FindPathToWidget
(
const TArray< TSharedRef< SWindow >>& WindowsToSearch, |
Searches for the specified widget and generates a full path to it. | |
| TSharedPtr< SWindow > | FindWindowByPlatformWindow
(
const TArray< TSharedRef< SWindow >>& WindowsToSearch, |
Searches the given collection of windows to find the Slate window that corresponds to the specified platform window. | |
| void | RemoveWindowFromList
(
TArray< TSharedRef< SWindow >>& Windows, |
Removes the specified window from the given collection of windows. |