So I took and amended a weapon BP pickup I had for VR controllers and it works perfectly for picking up stuff with my right hand but…
I thought to get it to work with the left hand would be as simple as replicating those functions for the left hand but when it came to the OnRep_EquippedWeapon that seemed to override the OnRep_EquippedWeaponleft I created. Even when I deleted OnRep_EquippedWeapon, OnRep_EquippedWeaponleft wouldn’t work even though it was exactly the same BP just with left at the end of its name so something in the other functions is making sure OnRep_EquippedWeapon will only work. Can you see any other way I can get the left hand pickup to work?