2 Weapon System in Blueprints?

Hello everybody!

I am very new to Unreal engine’s blueprint system and I was wondering if anyone could help lead me to a document, video, or message that could help me build a weapon system similar to most first person shooter games. What I am looking for is basically:

  • Can only hold 2 weapons
  • Pick up weapon and drop held weapon.

I’ve set up weapon switching already and weapon shooting it’s just I can’t seem to find the information i need. I really appreciate the help!

create an enumerator, change weapon, and add one byte to enum so it increases to the next weapon. Find tutorial on enumeration. It can show you more in depth.