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 void BringWindowToFront
(
TArray< TSharedRef< SWindow >> & Windows,
const TSharedRef< SWindow > & BringMeToFront
)
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.
Parameter |
Description |
---|---|
Windows |
An ordered list of windows. |
BingMeToFront |
The window to bring to front. |