FSlateWindowHelper::BringWindowToFront

Put 'BringMeToFront' at the font of the list of 'WindowsToReorder'.

Choose your operating system:

Windows

macOS

Linux

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

Syntax

static void BringWindowToFront
(
    TArray< TSharedRef< SWindow >> & Windows,
    const TSharedRef< SWindow > & BringMeToFront
)

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

Parameter

Description

Windows

An ordered list of windows.

BingMeToFront

The window to bring to front.