How to make vampire survivors like enemies collisions?

I made simple enemies from class AActor, which theirs only goal is to move towards the player, i added collision sphere/box(both got same problem) and those collisions block only enemies, if they hit each others collision they wont move towards player anymore, since they cant move, i tried pushing them but didn’t succeed, this is the basic code:

Figured out on my own:


Now i can have lots of enemies without performance hits(since its 2 sweeps per 0.1f of each enemy).