Skip to content

An Unreal Engine plugin for creating and joining online game sessions targeting different platforms.

Notifications You must be signed in to change notification settings

NateRex/ue-plugin-multiplayer-sessions

Repository files navigation

Unreal Engine Plugin - MultiplayerSessions

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.


Setup

The following instructions outline the general process for adding new plugins to your project.

  1. Inside of your Unreal Engine project, create a new Plugins directory (if one does not exist already).

  2. Clone this repository into the Plugins directory.

  3. Inside of the Unreal Engine editor for your project, navigate to Edit->Plugins, and enable the MultiplayerSessions plugin:

    image


  1. In the .Build.cs file for your project, add MultiplayerSessions to the list of modules:

    image


  1. Regenerate your Visual Studio project files by deleting the Saved, Intermediate, and Binaries directories, right-clicking on your .uproject file, and selecting "Generate Visual Studio project files":

    image

About

An Unreal Engine plugin for creating and joining online game sessions targeting different platforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published