Object Swapping in VR while Holding

Hey All,
Im trying to figure out how to swap an Object in VR held in VR when a button is pressed.
For example, Let’s say I am holding box 1 but want to swap to box two to see how it looks like. I would use my free hand to press the little 2 button that would pop up and thus the object would swap into the second box.

Im not exactly sure how I would go about this. Any help would be much appreciated as Im thinking that I would need a system that references the different static meshes but making them appear in hand is a tricky one.

I am also interested in this answer.

I am trying to replace the VR hands once the Grab button is pressed. However, i do not want to lose the hands all together. Just to make them not visible until the grab button is double-pressed. How can i attach the object that will replace the hands at the hands location?

i got this so far. I am testing this first on the VR Motion Example Map. This blueprint is from the MotionControllerPawn

Please Advise!

You can add a node. Set Static Mesh and leave it cleared so you’ve got nothing displaying.

Im using Mitchs VR Plugin and thats actually a great jumping point.