Attaching static mesh to animated/vr hand.

So im trying to attach a rigid mesh to the current VR mesh to make it look prettier
(the new mesh im attaching will always stay on.)

The pivots are lined up to were everything looks okay in the viewport, but i haven’t managed to figure out how to make it stay.

Do I need to add a function to the skeleton BP?

I added a socket to the root bone and ‘added an asset to that’

I’ve also tried several tutorials about this, but it breaks my animations in-game.

(set static mesh function component) for instance

thank you for getting me this far :slight_smile:

in your motioncontroller class, you need to add those meshes and set the parent socket/bone respectively. That should do the trick.