FSlateApplicationBase::ArrangeWindowToFrontVirtual

Reorders an array of windows so the specified window is "brought to the front"

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FSlateApplicationBase::ArrangeWindowToFrontVirtual()

FSlateApplication::ArrangeWindowToFrontVirtual()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h

Include

#include "Application/SlateApplicationBase.h"

Syntax

void ArrangeWindowToFrontVirtual
(
    TArray< TSharedRef< SWindow >> & Windows,
    const TSharedRef< SWindow > & WindowToBringToFront
)

Remarks

Reorders an array of windows so the specified window is "brought to the front"