Rivet in Unreal Engine

Hi,
I would like to know if there is a way to have another SkeletalMesh or StaticMesh attached to the SkeletalMesh’s surface movement in Unreal Engine like Maya’s Rivet Script.

1 Like

I am interested in this topic too. I would like to know if we can do rivets in UE!

There is a way to do this, in unreal you can retrieve the skinned vertex position of a single vertex.

If you need it in c++ then there is a c++ function equivalent :slight_smile:

2 Likes