Attach Skeletal Mesh socket to another Skeletal Mesh socket

Hello all! Is there a way to attach one Skeletal Mesh’s socket to a socket on a different Skeletal Mesh? Thanks! :slight_smile:

There are several ways to achieve that. One is to use Copy Bone node in your animation blueprint to copy transforms from one socket to another. Or you can use Set Socket Location in your actor’s tick event.