Too many Player Controllers (local multiplayer)

I’m creating 2 players in my blueprint, but getting 3 Player Controllers.
If I disable “Spawn Player Controller”, I still get 1.
I wonder where the extra one comes from since I don’t explicitly spawn it.
Any ideas?
Thanks.

Hi man, completely not sure, but the Playercontroller 0 , must exist , am i wrong?
so if you spawn 2 more, you end up with 3 player controller, 0,1,2

Yea, it seems that is the case. I thought if I deleted everything, I would end up with no player, but UE4 seems to create that automatically. Weird.

Thanks for the reply.