Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
Include |
#include "Widgets/SWindow.h" |
Source |
/Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
bool RemoveOverlaySlot
(
const TSharedRef< SWidget > & InContent
)
Removes a widget that is being drawn over the entire window
true if successful
Parameter |
Description |
---|---|
InContent |
The widget to remove |