FSlateWindowHelper::ArrangeWindowToFront

Reorders the given collection of windows so the specified window is brought to the front.

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 ArrangeWindowToFront
(
    TArray< TSharedRef< SWindow >> & Windows,
    const TSharedRef< SWindow > & WindowToBringToFront
)

Remarks

Reorders the given collection of windows so the specified window is brought to the front.

Parameters

Parameter

Description

Windows

The collection of windows to reorder.

WindowToBringToFront

The window to bring to the front.