Hi @kevinhel ,
It could be that the crash is happening because, starting in 5.5, Unreal doesn’t allow physics functions to run on inactive components. Since you upgraded your project from 5.2 to 5.5, I’d also suggest checking if there’s any component still bound but with no reference assigned (ike something left empty). That might also be causing the issue.
Hope it helps!