How do I get my character on a horse and switch controls?

Hi,

I am Currently working on a project and have got the my characters control of movement, I have also got the horse controlled separately by the arrow keys for movement, currently if I want the character or the horse to control the game I need to select it in the GameMode Blue Print Class.

I need the character the game to start with the characters control and then once character is on horse, the horse to control the movements.

to posses a different character you need to get the player controller. then from the playercontroller you can get the possess node. the in pawn on the posses node is the pawn that you wish to posses.