Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RetargetEditor
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetBatchOperation.h |
| Include | #include "RetargetEditor/IKRetargetBatchOperation.h" |
Syntax
enum ERetargetRootLockMode
{
FromSourceAnimation,
ForceRootLocked,
ForceRootUnlocked,
}
Values
| Name | Description |
|---|---|
| FromSourceAnimation | Uses the "ForceRootLock" setting in the source animation. |
| ForceRootLocked | Force the root to be locked, regardless of whether the source animation has the root locked or not. |
| ForceRootUnlocked | Force the root to be unlocked, regardless of whether the source animation has the root locked or not. |
Remarks
Which skeleton are we referring to?