/
Add Multiplayer Functionality in Single Player Game

Eagle 3D Streaming

Add 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

 

Follow the documentation below to create a project using Third Person Template:

Create a Project Using Third Person Template

 

 

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

Related content

Upload the Multiplayer Project and Join the Server Manually
Upload the Multiplayer Project and Join the Server Manually
More like this
Add a Server Module in the Project
Add a Server Module in the Project
More like this
Summary of Upload the Multiplayer Project and Join a server Manually
Summary of Upload the Multiplayer Project and Join a server Manually
More like this

Eagle 3D Streaming