Hi. So, i tried attaching a static mesh component to the bone of a skeletal mesh. It attaches to the skeletal mesh, but not to the bone “hand_l”. Any ideea what i am doing wrong?
//inside the constructor
Gun->SetupAttachment(Hands, TEXT("hand_l"));
This is what the child blueprint looks like: