FSlateWindowHelper::BringToFrontInParent

Make BringMeToFront first among its peers.

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 TSharedRef< SWindow > BringToFrontInParent
(
    const TSharedRef< SWindow > & WindowToBringToFront
)

Remarks

Make BringMeToFront first among its peers. i.e. make it the last window in its parent's list of child windows.

Returns

The top-most window whose children were re-arranged

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