Heya! Sorry for my english.
I make an actor which spawn projectiles in any ways. The problem is that projectiles don’t collide with anything and I cannot to use Hit function. Which is right way to make projectiles?
Also question about collision and cast: if I have a projectile and many actors with which that projectile can collide. How to make cast from projectile actor if I don’t know which actor will be hitted? Just cast reques specific actor to cast to call event.
Thanks in advance.