Create Player without spawn a pawn

Hey,

on creating my main menu i found out that i have to create a player and set spawn to true to create them. If i set it to false i get none as the returning value of “Create Player”. But if i set it to true i get an instance. Do i misunderstand something or is it a bug?

Greets,
Hillkorn

In 4.9 release You can use the new Contructor node for this case. Check “New: Construct Custom Objects in Blueprints”

I also have the problem:

  • If you use CreatePlayer but without “spawn pawn” no controller is created …

And I don’t understand Raziєl answer …