I would like to attach a weapon by two sockets to an actor. The righthand will be attached to the root. The Left hand to a socket on the weapon

I would like to attach a two handed weapon to an actor using two sockets on the weapon. The right hand of the actor will be attached to the root of the weapon. The Left hand to a socket on the weapon. I have a number of weapons and wanted a simple way to attach the weapon to an actor without having to create lots of animations. Currently the weapon is only attached by the right hand and wobbles about in the left hand when the character moves.
An alternative would be to attach the actor the weapon by the left hand socket only (rather than the root) as the right hand can not be seen.

I’ve found a work around.
I create a left hand socket and rotate till the weapon sits comfortably in the socket. The weapon attachs to th eactor via this socket. When I play an animation that requires the weapon to be in the right hand I attach the weapon to the right hand socket for the duration of the animation, then return the weapon to the left hand socket.