A plugin for Unreal Engine that streamlines the process of creating and joining online game sessions targeting different platforms.
This plugin was created as part of the Unreal Engine 5 C++ Multiplayer Shooter course on Udemy.
The following instructions outline the general process for adding new plugins to your project.
-
Inside of your Unreal Engine project, create a new
Plugins
directory (if one does not exist already). -
Clone this repository into the
Plugins
directory. -
Inside of the Unreal Engine editor for your project, navigate to
Edit->Plugins
, and enable theMultiplayerSessions
plugin: