How can I move an actor with collision?

Hey,
how can I move an actor with collision check.
I saw that I can use “Sweep” to perform a check, but the description says that it only blocks.
When I set collision flags to overlap, does it move further and fires the overlap event?