As you might know I write books on Unreal Engine 4. When I’m not, I’m learning. When I’m not learning, I’m doing my own project; Super Distro.
For ages, I’ve heard about using Instanced Static Meshes to increase what you can do with the power you’re given.
Learning about this, I’d love to use this idea to create my own city with a number of different buildings using this method.
However, (I’m going to be perfectly honest here!), I don’t actually know how to go about this:
I know you can create a BP and then Create Static Mesh > Save it to a Variable > Add Instance.
But is this the only way to do it? Is there no way that I could do this without having a master Blueprint of my whole map? Where I can place an actor / BP in my level which would spawn an Instance of another building?
If anyone can give me a hand, or just explain it all a bit better to me, It’d be greatly appreciated!
This is one thing I’m come across and haven’t the foggiest on where to start!
Thanks! I think it helps Will give it a go in a few minutes!
The fact that every tutorial I’ve read makes it sound like you can only do it within a Blueprint and can’t instance static meshes in the world (I.E it HAS to be set-up in a Blueprint and can’t be done outside of a Blueprint)