πHide Window (Set To Background)

π Description
Hides a specific window that was created by the Create New Window node. Or even hides the main window.
When using the "Selected Viewport" mode the whole editor will hide. To prevent this you can use "New Editor Window (PIE)", "Standalone" or other "modes" like in a packaged game.

If you want to hide the main window, make sure to leave a little delay after Begin Play as the main window takes a short amount of time to spawn. This delay shouldnβt be needed in a packaged project though.
Name
Description
Window ID
The ID of the window to hide.
Last updated