Navigation
API > API/Plugins > API/Plugins/IKRigEditor
Which skeleton are we referring to?
| Name | ERetargetRootLockMode |
| Type | enum |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetBatchOperation.h |
| Include Path | #include "RetargetEditor/IKRetargetBatchOperation.h" |
Syntax
enum ERetargetRootLockMode
{
FromSourceAnimation,
ForceRootLocked,
ForceRootUnlocked,
}
Values
| Name | Remarks |
|---|---|
| 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. |