How to attach a component to the right hand (only) in the VR template?

Has anyone tried to attach components to one of the VR hands only? I tried using sockets but its enabling the component on both right and left hands. I’d like it to be visible on the right hand only.
The component is a particle system btw.
Thank you!

Do you want it to always be attached? If so, in the BP_MotionController there is a commented section “Invert scale on hand mesh to create left-hand” off the Event Begin Play. You could attach your particle system using the “Right” output pin on the switch there.

Thank you very much!