How to disable shooting sound

Hi,

How do you turn of the shooting sound for the first person blue print? I have managed turn of the projectile and the character but I can not find where to disable the shooting sound.

Thanks

If you delete the sound file in the content browser, does it work?

In your character blueprint it will look like this

You can either delete the whole spawn projectile lot(which it sounds like you don’t wan’t to use anyway), or right click on the pressed on inputactionfire and break the link, or you could do the same thing on the “play sound at location”, right click and break link.

But tbh if you aren’t using it just delete the whole “Spawn Projectile” commented section

1 Like

I detached the input action fire line…That worked…Thanks

1 Like