Eagle 3D Streaming

Adding Multiplayer Functionality in Single Player Game

 

There are two types of servers in Unreal Engine:

  • Dedicated servers and

  • Listen servers

 

 

 

In this chapter we’ll only concentrate on Dedicated Server. We will cover Listening Server in separate chapter.

 

 

 

 

 

Follow the steps below:

 

Step 1. Create a project using Third Person Template

 

If you do not know how to create a project using Third Person Template, please refers to this documentation.

 

Step 2. Converting the Project into a C++ Project

Step 3. Adding a Server Module in the Project

 

 

 

 

 

 

 

 


Ask questions and help your peers Community Forum

Need help? Contact Support

 

Facebook | GitHub | LinkedIn | YouTube

Eagle 3D Streaming