FSlateApplication::IsWindowInDestroyQueue

Is the window in the app's destroy queue? If so it will be destroyed next tick.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h

Include

#include "Framework/Application/SlateApplication.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp

Syntax

bool IsWindowInDestroyQueue
(
    TSharedRef< SWindow > Window
) const

Remarks

Is the window in the app's destroy queue? If so it will be destroyed next tick.

Returns

true if Window is in the destroy queue

Parameters

Parameter

Description

Window

The window to find in the destroy list

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