Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateWindowHelper
Description
Put 'BringMeToFront' at the font of the list of 'WindowsToReorder'.
The top-most (front-most) window is last in Z-order and therefore is added to the end of the list.
| Name | BringWindowToFront |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h |
| Include Path | #include "Application/SlateWindowHelper.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Application/SlateWindowHelper.cpp |
static void BringWindowToFront
(
TArray < TSharedRef < SWindow > > & Windows,
const TSharedRef < SWindow > & BringMeToFront
)
Parameters
| Name | Remarks |
|---|---|
| Windows | An ordered list of windows. |
| BingMeToFront | The window to bring to front. |