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 EnableWindow
&40;
bool bEnable
&41;
Remarks
Enables or disables this window and all of its children
Parameters
| Name | Description |
|---|---|
| bEnable | true to enable this window and its children false to diable this window and its children |