I’ve assigned new skeletons and I still get this odd glitch can you please explain what I’m doing wrong thanks 🙁
I’ve assigned new skeletons and I still get this odd glitch can you please explain what I’m doing wrong thanks 🙁
It looks like your character has a weapon offset in the hand. To fix this, you need to copy the sockets from the UE4 Skeleton to the UE5 Skeleton.
Then, inside the AttachWeaponToPlayerHand function, cast to your UE5 Character, get its mesh, and pass that mesh into the AttachActorToComponent node.
We've previously explained this same approach for MetaHuman characters that had a weapon offset issue, and you can use the same workflow for UE5. The only difference is that, instead of adding the sockets to the MetaHuman skeleton, you should add them to the UE5 Skeleton. Make sure that when you add the weapon sockets to the UE5 skeleton, you position them precisely so they don't have any offset
Also, in Image 4L, cast to your UE5 Character instead of the MetaHuman character. In Image 1L, apply the setup to your own character rather than the MetaHuman character. .
Give that a try, and if you run into any issues, I'd be happy to help you further 😊
