I am creating a real-time tile based map generator and been hitting this error when removing old tiles, the issue is, I need to use an array variable referencing to the actors in order to destroy them in the first place so I cant clear my references before deleting… what I can do is clear after, however this doesn’t seem to work…