[4.8.0-preview-3] Animation Retargeting crash when changing bone mapping

Steps to reproduce:

  1. Follow official documentation tutorial: link text

  2. At step 6, e.g. after mapping the Pelvis bone to Hip bone, click the selector again and select a different bone and it will crash on

    BoneSelectionWidget::OnSelectionChanged(TSharedPtr BoneInfo, ESelectInfo::Type SelectInfo)

The crash is due to the BoneInfo param being null.

Hey staticvoidlol,

This was already reported (UE-16172) and we’ve got a fix in 4.8 Preview 4. Thanks for calling it out though!!

-.

Great - thanks !