FSlateApplicationBase::ArrangeWindowToFrontVirtual

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

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"

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