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 ArrangeWindowToFront
&40;
TArray< TSharedRef< SWindow >> & Windows,
const TSharedRef< SWindow > & WindowToBringToFront
&41;
Remarks
Reorders the given collection of windows so the specified window is brought to the front.
Parameters
| Name | Description |
|---|---|
| Windows | The collection of windows to reorder. |
| WindowToBringToFront | The window to bring to the front. |