FSlateWindowHelper::RemoveWindowFromList

Removes the specified window from the given collection of windows.

Choose your operating system:

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 void RemoveWindowFromList
(
    TArray< TSharedRef< SWindow >> & Windows,
    const TSharedRef< SWindow > & WindowToRemove
)

Remarks

Removes the specified window from the given collection of windows.

Parameters

Parameter

Description

Windows

The collection of windows.

WindowToRemove

The window to remove.