Getting a skeletal mesh socket from a child class?

Hello,

I have a weapon class which I set a skeletal mesh in at construction. The mesh has a socket for the muzzle that I want to get. The mesh spawns fine but I can’t retrieve the socket. If I spawn a regular blueprint I can find the socket no problem. I am absolutely missing something here and/or doing it all wrong :slight_smile:

Any help is greatly appreciated!

Edit: I suspect that I’m not getting any joints from the mesh, I tried Get Bone Name and it returns None. So I guess I need to do something to get dem skeletons working.