Hi there.
I was wondering if there is a way to hide a parent window.
The reason i want this, is that i want to create a level in c++, and setup some camera’s. With these camera’s, i want to automatically create images of a set of static meshes.
I want this process to run in the background, so that the developer cannot see the level itself. So how can i make it so that i have a level running in the background not visible to the developer, possibly hiding a slate window that has this level?