I'm using the modular pawn gem from the UDN to allow me to add different clothing items to my pawn (http://udn.epicgames.com/Three/Devel...dularPawn.html).
Everything's working great, except I have this warning in my logs every time I run the game:
Does anyone know what is causing this, or how I can prevent it?
Everything's working great, except I have this warning in my logs every time I run the game:
Code:
[0017.24] Warning: GetBoneMatrix : BoneIndex(1) out of range of ParentBoneMap for SkeletalMeshComponent_6 (torso) [0017.24] Warning: GetBoneMatrix : BoneIndex(2) out of range of ParentBoneMap for SkeletalMeshComponent_6 (torso) [0017.24] Warning: GetBoneMatrix : BoneIndex(3) out of range of ParentBoneMap for SkeletalMeshComponent_6 (torso) ...
Comment