Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform > API/Runtime/ApplicationCore/GenericPlatform/FGenericWindow
- FGenericWindow::Enable()
- FNullWindow::Enable()
References
| Module | ApplicationCore |
| Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindow.h |
| Include | #include "GenericPlatform/GenericWindow.h" |
| Source | /Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/GenericWindow.cpp |
virtual void Enable
(
bool bEnable
)
Remarks
Enables or disables the window. If disabled the window receives no input
Parameters
| Name | Description |
|---|---|
| bEnable | true to enable the window, false to disable it. |