Projectile colliding with player and how to get rid of it?

could you show us an image of where your projectile is coming out of? presuming that the arrows is not far enough out then put it out farther, if it is far enough and because your shooting and moving then the issue is what auran13 said. You may also adjust the projectile to only effect other actors other then the player, do this by pulling off other actor from your projectile collision and get class, then run that through a = and put the acter you dont want it to effect and set it so when it hits your acter it does nothing but other actors you would want to have it effect them only. Run it through a loop and do a trace for all pawns/dynamic actors/ exc… exc…
Hope this helps!

1 Like