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 void BringWindowToFront
&40;
TArray< TSharedRef< SWindow >> & Windows,
const TSharedRef< SWindow > & BringMeToFront
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Windows | An ordered list of windows. |
| BingMeToFront | The window to bring to front. |