FSlateWindowHelper::ArrangeWindowToFront

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

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.

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