FSlateWindowHelper::BringWindowToFront

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

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss