Multiplayer tutorial ? ( Network )

Hey , i search a tutorial for make a multiplayer game with blueprint or C++ script.

I want to make a menu with list of server, to host a server on his computer and where we can choose the map, the option of the game (Easy, Hard) with a modular pawn system like Archer, Mage, Tank etc…

I never saw a tutorial specially for multiplayer from A to Z.

Thanks alot for you’re answer and sorry for my english. I’m french.

Hi, this tutorial is a good starting point to understand and build a multiplayer game using Blueprints.

If you want to start with C++ the ShooterGame from the Marketplace is a good use case to study.

I’m going to see that.

I want to know if we can make button for create “Listen server” with command ?

Sure. Make your Menu. Make your button. Make for the button an onclick Event and then call open Level. If you expand that node you can write in the Little command field “listen”.
With that a new Level will load but as an listen Server.