Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/FAutoCharacterizer
Description
Call this function with any skeletal mesh to auto-generate a retarget definition for it. the results includes the retarget definition itself, as well as the scores indicating how closely the skeleton was matched to a known hierarchy
| Name | GenerateRetargetDefinitionFromMesh |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RigEditor/IKRigAutoCharacterizer.h |
| Include Path | #include "RigEditor/IKRigAutoCharacterizer.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Private/RigEditor/IKRigAutoCharacterizer.cpp |
void GenerateRetargetDefinitionFromMesh
(
USkeletalMesh * Mesh,
FAutoCharacterizeResults & Results
) const