What is the best way to make MyCharacter (player0) in ThirdPerson Template Blueprint throw something (missiles/Projectiles/Particles…) that cause any damage.
Easy way
-
get the projectile to apply damage, then apply damage to character
-
do line trace and apply damage on hit.
Thanks!
I’ll try the Line tracer ![]()