Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugs of GetBoneIndex #1

Open
FireworksZhang opened this issue Aug 4, 2023 · 0 comments
Open

bugs of GetBoneIndex #1

FireworksZhang opened this issue Aug 4, 2023 · 0 comments

Comments

@FireworksZhang
Copy link

A function changed of getting bone index with it's name, in the file "AnimNode_BvhConvert.cpp" ,function EvaluateSkeletalControl_AnyThread,which caused getting a wrong bone index and finally getting a wrone bone map
in ue5 should be use
int32 Index = Component->GetSkeletalMeshAsset()->GetSkeleton()->GetReferenceSkeleton().FindBoneIndex(ItrMap.Key());
instead
int32 Index = Component->GetBoneIndex(ItrMap.Key());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant