SWindow::RemoveOverlaySlot

Removes a widget that is being drawn over the entire window

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h

Include

#include "Widgets/SWindow.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp

Syntax

bool RemoveOverlaySlot
(
    const TSharedRef< SWidget > & InContent
)

Remarks

Removes a widget that is being drawn over the entire window

Returns

true if successful

Parameters

Parameter

Description

InContent

The widget to remove