Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RigEditor > API/Plugins/IKRigEditor/RigEditor/FAbstractHierarchy
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/IKRigAutoCharacterizer.h |
| Include | #include "RigEditor/IKRigAutoCharacterizer.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Private/RigEditor/IKRigAutoCharacterizer.cpp |
void Compare
(
const FAbstractHierarchy & OtherHierarchy,
TArray < FName > & OutMissingBones,
TArray < FName > & OutBonesWithDifferentParent,
int32 & OutNumMatchingBones,
float & OutPercentOfTemplateMatched
) const
Remarks
Returns an integer score representing the number of bones in Other matching this OutMissingBones will contain the names of all bones in the template that were not found in the input OutBonesWithDifferentParent will contain the names of all bones in the input that have a different parent in the template