How to make a local 2 player game?

Hello all.

I have been pondering upon this thing for days and i can’t make anything work.

Can someone tell me how and why his idea works? I would love to study it.

Pictures would also be a great help!

Hello LoN,

If you are looking for local multiplayer (split screen) you could use the create player node. I have provided a link below to the blueprint API. I hope that this information helps.

Link: https://docs.unrealengine.com/latest/INT/BlueprintAPI/Game/CreatePlayer/index.html

Make it a great day

Found the answer.

It turns out this was the issue. Gamepad 1 == Keyboard 1 and it’s undocumented.

The keyboard, mouse and the first gamepad you plug in will always be player 1.

You need 2 gamepads for 2 players, 3 pads for 3 players, etc.