UE4 VR Template

I am trying to create a socket grip system within the VR template and I am struggling on how to make this work.

As an example I have a sword with several sockets as shown below.

I want to code a blueprint to grab at these socket locations so the sword can be used in variety of ways, (1 handed, 2 handed half-Swording)

I have so far failed to reference any of the mannequin hand sockets. Any advice or tutorials using the UE4 VR template?

Hey did you find anything new?

Unfortunately not. Dropped the project until I can get more information on the best ways to use VR, until then I am at the mercy of people who know what they are doing to help out

This is not a direct answer to your problem, but you can try using the grabshpere of the hand to see if is colliding with the sword, and then attach the sword to the hand (by creating a socket in the hand for that effect).

Here is a tutorial using the VR template.
Creating a basic VR demo using Unreal

Hope it helps.