Hello, I am having a problem with the character of my game, the character is composed my diferent skeletal meshes “items” that I attach to the main mesh (the one who namages the animations), the items are skeletal meshes that shares the same skeleton, so I use “Set master pose component” to let all the items just follow the character animation. All of that works, at least for the graphics, but the physical assets regarding to the items are just static on the air, they still calling overlap events, but they dot follow the body in any way
does anyone know why this happens? did I do something wrong? Thanks for the answers.