Spawn new actor attached to another moving actor without gap or overlap.

It’s hard to tell without seeing the whole thing, but I’d say what would certainly sort it would be for each ‘child’ tile to have a ref to the parent, and change it’s position on tick to make sure it’s always aligned with the parent.

Why are the tiles moving at all, let alone with projectile movement?