Trying to destroy sword on pick up

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…

cdccb57f83dca73c06284be6da040cb61cb293dc.jpeg
2de3e6845798a9e16327d1f5efef33371c2e3ca4.jpeg
631616deb057f205e5d4a6b81c9d363442c4c590.jpeg
09eeeb380b5eaf41b56ace6faf554c72143e5c25.jpeg
9655664e86cfca2a4■■■631e4c5c9d904474c6ec.jpeg

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?