How do I make individual characters?

How do I make individual playable characters (for use in multi-player) with specific traits and separate spawn points using blueprints?

  • Any help would be appreciated, thanks

put teamID int and specific trait events inside your custom player controller base class, then make subclasses that add extra data that is specific to that type of player. inside your spawn point, you can check the teamID of the player controller to choose the appropriate available place to spawn.

Okay thankyou