So I have a projectile that I kill after it collides with certain objects. I want it to only travel a limited distance so in the projectile I also tell it kill itself after 0.3 seconds.
For some reason, this will occasionally crash the game though. Even when I remove everything within the "Do after x sec" block it still occasionally crashes. Basically just because I have this "Do after 0.3 seconds" block on a projectile that I kill when it hits certain actors, it crashes randomly.
Anyone know why and how I can fix this?