Hi, I’m trying to make a voxel-like procedural terrain using BP, and have succeeded in creating a flat procedural terrain.
The chunks are instanced static meshes. But I can’t figure out how to spawn only the instances that are touching “air”, or visible to the player. Anyone know how to check if a instance has a neighbouring instance?