My idea is that when a sphere hits an object, a hole should form. I’m using Geometry script. Since it’s quite heavy, the terrain object was split into several Blueprints. Everything works fine, even in the build, but not at the borders between the pieces. If the hit occurs at an angle, a very strange hole is created. The projectile is a regular sphere from the standard templates. I removed all events from the projectile Blueprint and changed its collisions from hit to overlap worldstatic. Also all static meshes have enabled “Allow CPU Access”.
The question is, does anyone have any ideas on how to get rid of the strange holes that form when shooting at an angle? Thanks in advance.
Constraction Script for hill part
Events for hill part p.1
Events for hill part p.2
The closest hole looks good. The shot was directly from above. The second hole looks incorrect because the shot was at an angle.




