How to enable switching weapons?

I want to achieve something like in BF4 where if u press ‘1’ - enable primary weapon , or if ‘2’ - enable secondary weapon.
How do I enable that??

There are several ways how you can do that:

  1. hide and unhide a 2nd pair of fps hands in your character bp + play a “switch animation”
  2. replace the character/pawn when you switch the weapon
  3. just play an animation and during that (when the player cant see the arms) change the weapon mesh (attach another one)

But it depends on how you create your weapon system (do you attach your weapon, are the arms and weapon together,…) :slight_smile:

Thank you for the detailed steps
and yes the weapons r together.