Skip to content

bugs of GetBoneIndex #1

Description

@FireworksZhang

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());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions