How to implement weapon drop Adding a weapon drop to the character is relatively easy, basically: 1. Open BP_CharacterBase and get the current weapon 2. Spawn a new actor based on its class 3. Remove it from the inventory array 4. Destroy the old one Like this:Like Loading...