Something happened to root motion calculation and force handling in the character movement that completely breaks my character’s locomotion and knockback mechanics…
Edit: A bit different actually, child actor components were colliding with their parent (even though they had no collision). Had to call SetActorEnableCollision(false) on them to fix it.