Free UE 5.0 C++ Multiplayer Basics Tutorial Project (Ruben Moor)
Original title: TutorialMPBasics
Overview
TutorialMPBasics by Ruben Moor is a beginner-friendly Unreal Engine 5.0 C++ project that explains how multiplayer is set up from the ground up. It covers single player, split-screen and shared-screen local play, LAN sessions and online multiplayer through the EOS Online Subsystem plugin, while clarifying unique net IDs, local players, sessions and the game framework classes that tie them together.
The GitHub repository (about 98 MB) is released under the Unlicense, effectively public domain, and its README doubles as a long-form written tutorial that is still a work in progress; note that the online path requires configuring an EOS account. A grounded starting point for programmers new to Unreal networking.
What You Can Learn
- Single player, split/shared screen, LAN and online multiplayer setup
- Unique net IDs, local players, sessions and game framework classes
Access: Free direct download