FSlateWindowHelper::RemoveWindowFromList

Removes the specified window from the given collection of windows.

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.

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