What is the best way to make characters/actors/pawns flow through each other ?

Could try switching their pawn collision to overlap, then on overlap pawn get lookat vector and vinterp away. Stop at end overlap.

That might be too crude so you may need to use a get overlaping actors loop, as that won’t stop until there are 0 overlaps.