Walls and doors

Hello.

In my game I have building functional. Now I faced with question - how to make doors/windows in walls?

In this video Intro to Level Creation: Adding Windows & Doors | 03 | v4.7 Tutorial Series | Unreal Engine - YouTube described, how to make it with BSPs. But in my game walls are Blueprints with StaticMeshActors and method with Subtractive BSP doesn’t work for them.

Another way, that I see - to spawn BSPs for walls, not StaticMeshActors. But how to spawn them in blueprints and how to access materials of the spawned walls BSPs?

Or may be there are another ways for dynamical walls/doors/windows building?

Thank you!

Hi!

Yep, it’s possible way, but I don’t know, where user, who building in-game level, will place windows or doors… I don’t want to limit gamers with pre-installed holes in the walls…

I can suggest creating a static mesh that contains part of a wall with door/window hole. Then spawn it next to your wall mesh.

So mayby unified size walls? Then you create wall with door/window with this unified size and even replace them in game. If you really want give user possibility to put doors anywhere they want (2 doors next to each other, windows on any hight of wall, doors on roof etc) then I have no idea how to create it.