Controlling actor without possession?

Hello,

My goal is to have a horse mount that the player can hop on and start moving around. The issue is that while possessing it is easy, my player needs to be able to do everything he can do while still on the horse.

What I tried to do is attach the player to the horse and disable his inputs. What I can’t seem to figure out is how to send his movement inputs to move the horse instead of the player.

Is there a way to send movement inputs to an actor without possessing it? Perhaps is there a way to make the horse use the player’s controller while mounted?