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 |
void SetFullWindowOverlayContent
(
TSharedPtr< SWidget > InContent
)
Sets a widget to use as a full window overlay, or clears an existing widget if set. When set, this widget will be drawn on top of all other window content.
Parameter |
Description |
---|---|
InContent |
The widget to use for full window overlay content, or nullptr for no overlay |