You need to spawn the weapon actor and attach it to the character hand (or specific socket).
Weapon_BP should be changed to your weapon class.
You can also do this during weapon overlap then just pass in the weapon actor and you don’t have to spawn the actor. This does need more logic to drive it though.
I would suggest looking into the 1st person example that comes with unreal engine.