Is it possible to assign player index manually on spawn?

You could rumble through all the pawns with a foreach, casting to find the player. Or, what about putting an actor tag on the player, then you can use GetAllActorsWithTag? ( maybe )