Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWindow
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 |
void SetContent
&40;
TSharedRef< SWidget > InContent
&41;
Remarks
Sets the widget content for this window
Parameters
| Name | Description |
|---|---|
| InContent | The widget to use as content for this window |