Navigation
API > API/Plugins > API/Plugins/IKRig
Description
This is a convenience function for retarget ops that need to keep an array of custom chain settings in-sync with the chains in and IK Rig asset.
NOTE: to use this, pass in an array of custom types T and ensure they
Implement these functions: FName GetName() void SetName(FName InChainName)
Provide a constructor that takes the chain name
| Name | IKRetargetOpUtils::SynchronizeChainSettingsWithIKRig |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOpUtils.h |
| Include Path | #include "Retargeter/IKRetargetOpUtils.h" |
namespace IKRetargetOpUtils
{
template<typename T>
void IKRetargetOpUtils::SynchronizeChainSettingsWithIKRig
(
TArray < T > & InOutChainSettings,
const FIKRetargetOpBase * InRetargetOp,
const bool bSkipUnmappedChains,
const bool bSkipNonIKChains
)
}