Moving camera based on mouse location

Check where your mouse is and if it’s at your discrepancy move your actor.

You still need a controller and I would recommend still using a character or pawn to have the location where you look at. You can also do fancy stuff like adjusting the height based on terrain and stuff like that.

Well when your cursor is at the border move your character/pawn like you’d usually.

This is at least one solution.