Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetOpBase
Description
(optional) override and add any bones that your op modifies to the output TSet of bone indices Add indices of any bone that this op modifies. Any bone not registered here will be FK parented by other operations
Derived Overrides
| Name | CollectRetargetedBones |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include Path | #include "Retargeter/IKRetargetOps.h" |
virtual void CollectRetargetedBones
(
TSet< int32 > & OutRetargetedBones
) const