FSlateApplicationBase::GetTopLevelWindows

Get a list of all top-level windows in the application, excluding virtual windows.

Windows
MacOS
Linux

Override Hierarchy

FSlateApplicationBase::GetTopLevelWindows()

FSlateApplication::GetTopLevelWindows()

References

Module

SlateCore

Header

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

Include

#include "Application/SlateApplicationBase.h"

Syntax

const TArray< TSharedRef< SWindow > > GetTopLevelWindows() const

Remarks

Get a list of all top-level windows in the application, excluding virtual windows.

Returns

An array of all current top-level SWindows.

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