Skip to content

Instantly share code, notes, and snippets.

@derofim
Created April 21, 2017 18:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save derofim/007e6513fb9cf725581893879412e6ec to your computer and use it in GitHub Desktop.
Save derofim/007e6513fb9cf725581893879412e6ec to your computer and use it in GitHub Desktop.
UE4 retarget

Adding "MOB1_M1_Stand_Relaxed_to_Crouch" animation sequence to "SK_Infiltrator_Skeleton".

@derofim
Copy link
Author

derofim commented Apr 21, 2017

Open animation sequence and "SK_Infiltrator_Skeleton".
image
image

@derofim
Copy link
Author

derofim commented Apr 21, 2017

Switch to Skeleton view in animation sequence
image
Pose both skeletons to T pose as in https://www.youtube.com/watch?v=Ty0PMqRSAJQ

@derofim
Copy link
Author

derofim commented Apr 21, 2017

Open Retarget Manager (in full window).
Click Add New Retarget Source.
Choose SK_Manequin (same as skeleton in animation sequence).
Select Rig: Humanoid.
Click Auto Mapping.
Assign Node (Rig) to Bone (Skeleton) as in https://www.youtube.com/watch?v=Ty0PMqRSAJQ&feature=youtu.be
Save All.
Open Skeleton window.
Choose Show Retargeting Options.
image

@derofim
Copy link
Author

derofim commented Apr 21, 2017

Set all in "Root" to Skeleton Recursively (click right muse at bone name).
image
Change root, pelvis, , hand_l_wep, hand_r_wep, ik_foot_root, ik_hand_root to Animation
image

@derofim
Copy link
Author

derofim commented Apr 21, 2017

Open Infiltrator Skeleton
Click Add New Retarget Source.
Choose SK_Infiltrator.
Select Rig: Humanoid.
Click Auto Mapping.
Assign Node (Rig) to Bone (Skeleton) as in https://www.youtube.com/watch?v=Ty0PMqRSAJQ&feature=youtu.be
Save All.
Open Skeleton window.
Choose Show Retargeting Options.
Set all in "Root" to Skeleton Recursively (click right mouse at bone name).
Change root, pelvis, upperarm_twist_01_r, upperarm_twist_01_l to Animation.
Change clavicle_r, clavicle_l to Animation_Relative.
image

@derofim
Copy link
Author

derofim commented Apr 21, 2017

Remove upperarm_twist_01_r, upperarm_twist_01_l, Vest_strap_l, Vest_strap_r "From LOD 1 and below" (click right mouse at bone name -> Remove Selected).
image

image

@derofim
Copy link
Author

derofim commented Apr 21, 2017

Find "MOB1_M1_Stand_Relaxed_to_Crouch" in Content Browser.
Choose Retarget Anim Assets
image
image
Select "SK_Infiltrator_Skeleton"
image

@derofim
Copy link
Author

derofim commented Apr 21, 2017

Open created Animation in Detail Lighting mode, check animation quality.
image
image
Check that upperarm_twist_01_r, upperarm_twist_01_l, Vest_strap_l, Vest_strap_r are removed "From LOD 1 and below".
Drag created Animation from Content Browser in game.
Set Looping to true.
Set Animation Mode to Use Animation Asset (set to created animation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment