I have a warning that spams my log files:
[0023.09] Warning: GetBoneMatrix : BoneIndex(65) out of range of ParentBoneMap for SkeletalMeshComponent_8 (feet)
[0023.09] Warning: GetBoneMatrix : BoneIndex(66) out of range of ParentBoneMap for SkeletalMeshComponent_8 (feet)
[0023.09] Warning: GetBoneMatrix : BoneIndex(59) out of range of ParentBoneMap for SkeletalMeshComponent_8 (feet)
[0023.10] Warning: GetBoneMatrix : BoneIndex(0) out of range of ParentBoneMap for SkeletalMeshComponent_8 (feet)
...
I’ve tried to address the issue, but without success. It doesn’t appear to have any negative affects on the game performance or stability, so I can’t really justify spending time resolving the root cause, and would prefer to simply disable the warning.
Does anyone know how I would do this (disable the warnings)?