I need to know if my bullet hit anything (including static meshes). For that purpose I need to use “Hit event”, witch is available only when Physics is on, but when I do that, my “Projectile movement” stops working and the bullet actor just falls down.
Is there a way to launch my Physic bullet?
Thanks.