Gamepads as objects

I’d like to be able to assign Gamepad1 to Player1, Gamepad2 to Player2, and Keyboard to Player3.
But I can’t do that manualy. Unreal Engine decides what goes where,
and in most cases I get Player1 controlled by Gamepad1 and Keyboard also,
while Player3 can go home, for it’s not controlled by anything.

But if I could get a hold on a list of Gamepads,
and tell them what Pawn to controll,
oh yeah, that’d make my life easier.

Or maybe that’s not such a big of a deal. With some works around and crutches, I think I’m having a progress towards the effect I want to get.