You can use IK Rigs to create animation retargeting between different Skeletal Meshes. This differs from Unreal Engine's traditional Animation Retargeting feature in that you can transfer animation between skeletons with varying numbers of bones, bone names, and orientations, while optionally maintaining precise hand or foot contact points using IK.
Retargeting animations provides a way to share animation data between multiple different skeletons, without needing to create and manage new animations outside of Unreal Engine.
This page provides an overview of the IK Retargeter.
Prerequisites
- Your project has two different Skeletal Meshes to evaluate the retargeting process.
- IK Rig Assets have already been created and retargeting chains defined within them. Refer to the Retargeting Bipeds with IK Rig page for how to do this.
Creation and Overview
To create an IK Retargeter, click Add (+) in the Content Browser, then select Animation > IK Rig > IK Retargeter. A dialog window appears where you must select the IK Rig that you want to retarget animation from. Once selected, name and open the IK Retargeter Asset.

The IK Retargeter contains the following tools and options:

- Retarget Pose, where you can edit, save, and import the base retarget poses on either the source or target character.
- Viewport, where you preview and debug the source and target characters being retargeted.
- The Details panel, which displays properties for your selected item or when other modes are active.
- Hierarchy, which displays a filterable list of bones and their assigned chains on either character.
- Retarget Output Log, which displays debug information, warnings, and errors indicating the current status of your IK Retargeter.
- Chain Mapping, which is used to map target chains to source chains. The Asset Browser is used to preview and export retargeted animations.
Retarget Chains
Limbs and other appendages you want to transfer in the retarget process must be defined on both the source and target IK Rigs. This is a process similar to "characterizing" your rig as seen in other applications like Autodesk MotionBuilder or Maya. The main difference is you define it by joint chains, rather than by individual Bones. This provides flexibility in retargeting characters with vastly different bone structures.
For example, if your target character contains more arm joints than your source, the retargeting behavior will still work correctly because you are defining the entire arm chain, no matter the number of bones.

- Source arm chain.
- Target arm chain.
Chain Creation
Retargeting chains are created in the IK Rig Editor. To create a chain, open the IK Rig Asset for both characters, navigate to the IK Retargeting panel, then do the following:
-
Click Add New Chain (+).
-
In the Add New Retarget Chain dialog window, ensure Chain Name is set correctly, then click OK. In most cases, IK Rig automatically assigns this value from its list of common chain names.
-
In the Add Goal to New Chain dialog window, select No Goal. Typically you do not need to add IK Goals unless your retargeting requires additional IK adjustments, such as Speed Planting, Stride Warping, or Blend to Source.
You can also create chains by selecting every bone in the intended chain, right-clicking on them in the Hierarchy panel, and selecting New Retarget Chain from Selected Bones.

Chain Properties and Names
Chains require the following parameters to be set:
Name | Description |
---|---|
Chain Name | The name of this chain. This name can be arbitrary, but it should match with the intended retarget chain in the other IK Rig. The matching chain name process is determined by a Fuzzy string match. Therefore, while your Chain Names in each IK Rig do not have to match perfectly, you should still try to match them. For example, a Chain Name of |
Start Bone | The starting Bone of the retarget chain. If you are retargeting an arm, then typically you would select the upper arm bone here. |
End Bone | The ending Bone of the retarget chain. If you are retargeting an arm, then typically you would select the hand bone here. |
IK Goal | You can optionally select an IK Goal here in order to stabilize limbs or chains which may not be retargeting with good accuracy. This means you will also need to create Solvers for those goals, which will execute their solve after the retargeting process. |
The Chain Name property automatically fills in itself depending on the name of the selected bones used when creating the chain. The system looks for common bone names used, and then picks a name that best matches the selected bones. This mapping list is as follows:
Chain Name Mapping | Bone Names to Search For |
---|---|
Head | head |
Neck | neck |
Leg | leg hip thigh calf knee foot ankle toe |
Arm | arm clavicle shoulder elbow wrist hand |
Spine | spine |
Jaw | jaw |
Tail | tail tentacle |
Thumb | thumb |
Index | index |
Middle | middle |
Ring | ring |
Pinky | pinky |
Root | root |
For symmetrical chains, such as arms and legs, the auto-naming feature is determined by comparing the average location of the bones in the chain, and then assigning a prefix of Left or Right. If the selected bones are mostly located on the negative X side, they are "Left", positive X is "Right", and if they are relatively centered on the X axis, then they are considered "Center" and no prefix is applied.
If multiple chains are created for bones with similar names, a numerical suffix will apply for each subsequent chain. For example, if you were retargeting a creature with multiple heads, then the resulting chains would read as Head_1, Head_2, and Head_3. You can manually name your chains however you like, but this convention is helpful to establish standard naming conventions and retarget quickly using other IK Rigs.
Chain Display and Mapping
The Chain Mapping panel displays the source and target chains, and their mapping relationships. Using the dropdown menus under Source Chain, you can specify different chain mappings or correct mismatches.

Chains are drawn by default in the viewport and can be selected, which highlights the chain in the Chain Mapping panel. You can edit chain debug visualization in the Details panel.

Retarget Root
In addition to defining chains, you must also define the Retarget Root, which is typically the pelvis or hip bone. This is done so the character's root motion can be defined and transferred in a proportional way.
Like chains, the Retarget Root is defined in the IK Rig Editor. To do this, open the IK Rig Asset for both characters, navigate to the Hierarchy panel, right-click the bone and select Set Retarget Root.

Once done, the Retarget Root indicates with the selected bone in the Hierarchy and the IK Retargeting panels.

Retarget Pose
Depending on the reference poses of the characters being retargeted, it may be necessary to edit this pose in the form of a base Retarget Pose. Typically you need to do this if your target character's reference pose is different from the source, such as being in a T-pose, rather than an A-pose. Matching these retarget poses will increase the accuracy of the retargeting.

- Source character's reference pose is an A-Pose.
- Target character's reference pose is a T-Pose.
You can resolve reference pose discrepancies by editing, importing, or exporting different poses using the Retarget Pose tools in the Hierarchy panel.

Clicking Source or Target will change the focus of the Retarget Pose tools and Hierarchy panel to either the source or target character. If bone drawing is enabled in the viewport, then the skeletons will indicate which rig is currently focussed by highlighting in color.

Create and Edit Pose
Although you can edit the Default Pose for any of your retargeted characters, we recommend creating new Retarget Poses if you need to make adjustments. To do this, click Create (+) > Create New, name the new Retarget Pose, then click Ok.

Next, ensure Current Retarget Pose is set to your new pose, then enable Edit Mode. You can now select and modify bones in the viewport and match the poses. When finished, disable Edit Mode.

For extra precision, you can numerically modify retarget poses in the Details panel where a rotation value of 0, 0, 0 returns the bone to its reference pose.
Importing and Exporting Poses
Rather than manually creating new Retarget Poses, you can also import them from Animation Sequences or Pose Assets.
To import from an Animation Sequence, click Create (+) > Import from Animation Sequence. In the dialog window, select the sequence to import from and set the following parameters:
- Sequence Frame defines a specific frame of the Animation Sequence to base the imported pose on. By default this will be set to 0, which will use the first frame of the animation.
- Pose Name defines the name of the Retarget Pose upon importing.

To import from a Pose Asset, click Create (+) > Import from Pose Asset. In the dialog window, select the pose to import from, click the dropdown menu to set the specific pose name to use, then select Import Retarget Pose.

You can also export Retarget Poses as a Pose Asset to share with other IK Retargeting assets in your project. To do this, click Create (+) > Export Pose Asset, give your asset a name, then click Save.

Miscellaneous Workflows
The Retarget Pose area also contains the following miscellaneous tools to assist with creating and editing your Retarget Pose:
Name | Description |
---|---|
Current Retarget Pose | Displays the current Retarget Pose used by either the Source or Target character. Initially this will only list Default Pose, and populates when you create new poses. You can click the dropdown menu to select different poses. ![]() |
Run Retargeter / Show Retarget Pose | When enabled, this engages the retargeter so you can preview the results of the current Retarget Pose using Animation Sequences. Disabling this switches back to Retarget Pose mode, where you can continue to make further refinements if necessary. ![]() The viewport will highlight in a blue outline to indicate that the Retarget Pose mode is enabled. |
Retarget Pose Blend | When making several edits to a Retarget Pose, it may be helpful to preview what changes have occurred on which bones. To help this, you can edit the Retarget Pose Blend slider. Setting it to 0 changes the pose back to the Skeletal Meshes default reference pose. Setting it to 1 changes the pose to the current Retarget Pose. ![]() |
Reset | You can use the Reset menu to reset the Retarget Pose back to the Skeletal Meshes default reference pose. You can select the following options:
![]() |
Duplicate | You can duplicate the current Retarget Pose by clicking Create (+) > Duplicate Current, then naming the new pose. ![]() |
Rename | Rename the current Retarget Pose by clicking Rename, entering a new name, then clicking Ok. ![]() |
Hierarchy Display
The Hierarchy panel displays the skeletal hierarchy of either the Source or Target character, depending on which is enabled. Bone names indicate if they are used in Retarget Chains by highlighting in addition to the Retarget Chain column displaying the name of the chain being used.

You can search to locate and filter specific Bone Names or Retarget Chains.

You can also click the filter dropdown menu to set the following filters:
- Hide Bones Not in a Chain, which hides bones not used within a chain, regardless if the IK Retargeter is using the chain.
- Hide Bones Not Retargeted, which hides all bones not used by the IK Retargeter.
- Hide Retargeted Bones, which hides bones used by the IK Retargeter

Preview Animation and Export
The Asset Browser panel is used to preview and export the retargeting effect on different assets. Double-click an asset to play it.

Once you are satisfied with your retargeting results on the target character, you can export the animations to compatible Animation Sequences for that character's Skeleton. To do this, select the animations you want to export in the Asset Browser panel, then click Export Selected Animations.

In the export dialog window, choose the export folder, then optionally specify the following rename properties:
- Add Prefix, which adds text before the new asset name.
- Add Suffix, which adds text after the new asset name.
- Search for and Replace with, which searches for existing names in the file name and replaces it with the name specified. Search and replace is not case sensitive.
Click Export to save your retargeted Animation Sequences.

Batch Retargeting
Most animation assets, such as Animation Sequences, Blend Spaces, or Animation Blueprints can be retargeted quickly from the Content Browser using batch retargeting.
In the Content Browser, select the animation assets you want to retarget, then right-click them and select Retarget Animation Assets > Duplicate and Retarget Animation Assets.

A batch retargeter window appears where you can customize the retargeting behavior and results before starting the batch process.

-
Source and Target Skeletal Mesh preview. These panels will not be active until you specify an IK Retargeter. Once active, you can change the Target Skeletal Mesh if you want to change the character being retargeted to.
Changing the Target to a completely different skeleton from the one defined in the IK Retargter may produce incorrect results.
- The IK Retargeter Asset to inform the Source and Target Skeletal Meshes and retargeting batch process.
- Text fields where you can specify new Prefix and Suffix modifiers to the output asset names, as well as search and replacing text. Old Name and New Name will display a preview of your text entries.
- The output folder where the retargeted assets will be saved.
-
Remap References Assets will enable any assets that have references to other retargeted assets (such as a Blend Space referencing an Animation Sequence) to remap to the newly created retargeted results.
- Disabling this will maintain the original references and may cause issues with assets referencing animations that are no longer compatible with the new Skeleton.
- Enabling this may cause reference issues if you are not retargeting all assets referenced.
Click Retarget to start the batch retargeting process.

Retargeter Properties and Settings
Editor Settings
The IK Retargeter Details panel contains the following properties when nothing is selected.

Name | Description |
---|---|
Source IKRig Asset | The source IK Rig to copy animation from. |
Source Preview Mesh | The source Skeletal Mesh. You can change this, and the IK Retargeting system will use name matching to attempt to make the IK Rig compatible with a different mesh and skeleton. |
Target IKRig Asset | The target IK Rig to copy animation to. |
Target Preview Mesh | The target Skeletal Mesh. You can change this, and the IK Retargeting system will use name matching to attempt to adapt the IK Rig to the provided skeleton and proportions. Incompatibilities are printed as warnings or errors in the Retarget Output Log. |
Target Mesh Offset | A positional offset that can be applied to the target Skeletal Mesh to offset it from the source. This is useful to help with previewing both characters, or if the target character is very large, requiring a larger offset. ![]() |
Target Mesh Scale | A preview scale modifier which you can use to increase or decrease the target character's scale. This is useful if your target is very small or large relative to the source, where changing this value can align their sizes more closely for convenience. ![]() |
Source Mesh Offset | Similar to Target Mesh Offset, this is a positional offset you can apply to the source Skeletal Mesh to offset it from the target. |
Debug Draw | Enables drawing chain and root debug visuals in the viewport for the target character. ![]() |
Draw Final Goals | Enables drawing IK Goals used by chains for the target character. ![]() |
Draw Source Locations | Enables drawing IK Goals used by the source character. |
Chain Draw Size | Controls the size of chains and IK Goals drawn in the viewport. |
Chain Draw Thickness | Controls the line thickness of chains and IK Goals drawn in the viewport. |
Global Settings
Clicking Global Settings in the Chain Mapping panel reveals additional settings for the IK Retargeter, including Stride Warping features.

Name | Description |
---|---|
Enable Root | Enables the translation movement of the root bone defined in the target IK Rig. Do not disable this unless you are debugging root retargeting behavior. |
Enable FK | Enables the retargeting of all bone chains. Do not disable this unless you are debugging bone chain retargeting behavior. |
Enable IK | Enables the IK retargeting pass if you are using IK Goals in the retarget chains. Do not disable this unless you are debugging IK retargeting behavior. |
Stride Warping | Enables Stride Warping functionality, which allows manipulation of the stride length, width, and splay of the retargeted animations. Stride Warping requires your character to be set up using IK Goals for retargeting. |
Forward Direction | The world space facing direction of your character. In most cases this is Y. |
Direction Source | The source to use to determine a "best fit" global rotation that approximates the facing direction of the character over time. You can select from the following:
|
Direction Chain | If you set Direction Source to Chain, this property is used to specify which chain to use to help define the forward direction of the character. |
Warp Forwards | Warps the IK goals along the forward direction. Values lower than 1 creates smaller strides, which values higher than 1 increase the stride length. ![]() |
Warp Splay | Warps the overall stance of the character. Values below 1 pulls the IK Goals together to an average location, and higher than 1 pushes them apart. ![]() |
Sideways Offset | Warps the sideways stance of the character. Values below 0 pulls the IK Goals together perpendicularly to the forward direction, and higher than 0 pushes them apart. ![]() |
Root Settings
Clicking Root Settings in the Chain Mapping panel, or selecting the root in the viewport reveals Retarget Root settings for the IK Retargeter.

Name | Description |
---|---|
Rotation / Translation Alpha | Blends the animation on the retarget root between the Retarget Pose (0) and the incoming retarget source (1). |
Translation Offset | Applies a component-space translation offset to the retarget root. |
Rotation Offset | Applies a local-space rotation offset to the retarget root. |
Scale Horizontal / Vertical | Scales the motion of the retarget root in either the horizontal or vertical directions. You can use this in conjunction with IK Goals and Translation Offset to create embellished or diminished movements on your retargeted characters. ![]() |
Blend to Source | Blends the retarget root's translation between its retargeted location (0) and the exact source location (1). This property is similar to "reach" as seen in other retargeting tools. |
Blend to Source Weights | Per-axis blending control multipliers for Blend to Source. |
Affect IK Horizontal / Vertical | If you are using IK Goals, these sliders control whether all IK Goals should move along with the root if the root is modified along the horizontal or vertical axes. At 0 the IK Goals remain at their retargeted position, and at 1 they move relative to the modified root transform. |
Chain Settings
Selecting IK Goals or Chains reveals chain-specific properties in the Details panel:

Name | Description |
---|---|
Source Chain | The source chain assigned to this IK Goal. Changing this is the same as changing Source Chain in the Chain Mapping panel. |
FK | Enables copying the shape of the chain from the source character using rotation and translation. |
Rotation Mode | Determines how rotation is copied from the source chain to the target chain. You can select from the following:
|
Rotation Alpha | Blends the amount of FK rotation copying. |
Translation Mode | Determines how translation is copied from the source chain to all bones in the target chain. You can select from the following:
|
Translation Alpha | Blends the amount of FK translation copying. |
Pole Vector Matching | Blends the rotation angle of the target chain to the source chain by twisting the chain along its length. This does not alter the location of the end bone. |
Pole Vector Offset | When Pole Vector Offset is set to 1, you can use this property to apply an angular offset (in degrees) to the rotation angle of the chain, essentially controlling the twist of the chain. |
IK | Enables using an IK Goal to modify this chain. To enable this, you must associate an IK Goal with the chain in the IK Rig asset. |
Blend to Source | Blends the IK Goal's translation between its retargeted location (0) and the exact source location (1). This property is similar to "reach" as seen in other retargeting tools. |
Blend to Source Weights | Per-axis blending multipliers for Blend to Source. |
Static Offset | Applies a world-space translation offset to the IK Goal. |
Static Local Offset | Applies a local-space translation offset to the IK Goal. |
Static Rotation Offset | Applies a local-space rotation offset to the IK Goal. |
Extension | Moves the IK Goal along the direction of the chain. Higher values increase the distance, and lower values move it closer to the root bone in the chain. |
Affected by IK Warping | Enables this IK Goal to be affected by Stride Warping properties. Typically this should be enabled for IK Goals used for leg chains, and disabled for all others. |
Speed Planting | Enables this IK Goal to use Speed Planting properties. |
Speed Curve Name | The name of the Animation Curve that contains the speed curve data. |
Speed Threshold | The maximum speed a source bone is allowed to move for the Speed Planting system to determine it is not moving. This causes the target IK Goal to not move whenever the source bone speed drops below this threshold. |
Unplant Stiffness | How stiff the spring model is that smoothly pulls the IK position after unplanting. Increasing this means increasing the speed that the IK Goal reaches the target value. |
Unplant Critical Damping | How much damping to apply to the spring. A value of 0 means no damping, and a value of 1 means critically damped, causing no oscillation. |
Chains with adjusted settings will indicate in the Chain Mapping panel.
