Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWindow
Description
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.
| Name | SetFullWindowOverlayContent |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include Path | #include "Widgets/SWindow.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
void SetFullWindowOverlayContent
(
TSharedPtr < SWidget > InContent
)
Parameters
| Name | Remarks |
|---|---|
| InContent | The widget to use for full window overlay content, or nullptr for no overlay |