Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Retargeter
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetProcessor.h |
| Include | #include "Retargeter/IKRetargetProcessor.h" |
Syntax
struct FResolvedBoneChain
Remarks
Resolving an FBoneChain to an actual skeleton, used to validate compatibility and get all chain indices
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEndIsStartOrChildOfStart | Is the END bone equals or a child of the START bone? | |
| bool | bFoundEndBone | Does the END bone exist in the skeleton? | |
| bool | bFoundStartBone | Does the START bone exist in the skeleton? |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FResolvedBoneChain
(
const FBoneChain& BoneChain, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |