How can I create a terrain that forms around a static mesh, rather than through it?

  • either line trace as you create the blocks, if you detect a mesh, don’t create a block there.
  • or remove a shape size block (scroll to the bottom here) after creation
  • or paint them out manually using a shape

You’ll probably end up using all 4 methods, including the noise / random generation.


Some other examples here: