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