Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h |
Include |
#include "Application/SlateWindowHelper.h" |
Source |
/Engine/Source/Runtime/SlateCore/Private/Application/SlateWindowHelper.cpp |
static void RemoveWindowFromList
(
TArray< TSharedRef< SWindow >> & Windows,
const TSharedRef< SWindow > & WindowToRemove
)
Removes the specified window from the given collection of windows.
Parameter |
Description |
---|---|
Windows |
The collection of windows. |
WindowToRemove |
The window to remove. |