[QUESTION]Multiple Control

Player1: W , D
Player2: Up ,Down

Could someone show me how can I make P2 to move.thanks (I know that both player are using W,S to control by now)

In Unreal, PlayerControllers can only Possess one Pawn at a time, and keyboard can only connect to one PlayerController at a time I think.

So to control two Pawns with one keyboard, I think you have to use only one PlayerController, then directly move the Pawns depending on which Input axis or action fires, instead of using controller possession.

I think.

Try this Answer.