Weapon mesh is vertical instead of horizontal

Hi all,

My weapon mesh is not as it should be.

It aims down when it should be horizontal.

I copy code from FirstPersonShooter and I don’t understand why mine is rotated…

Here my video for my problem : https://www.youtube.com/watch?v=SUQRzuxdapU

I hope you can help me :slight_smile:

Thanks !

Do you mean ShooterGame? If you took code from that, you should also have looked at the weapon blueprints. The weapon meshes are aligned so they are pointing straight up, not straight ahead. I’m guessing yours is modeled so it’s pointing down the Z-axis. Simply rotate the model 90° either in your modeling program, or in the weapon blueprint, and it should work. You may need to do some additional tweaking to get the placement exact.

Thank you for answer. Yes, my code is from ShooterGame but I can’t rotate my mesh, it is locked… And I don’t understand that.