Example Project Setup
This guide covers the construction of an example project that can operate as a game-client and dedicated game-server. This sets up the minimum requirements for an Unreal project, before the GSDK can be integrated. This guide is an excellent starting point if you’re starting from scratch.Goals
The project needs to have the following capabilities and features:- Networking
- Multiplayer
- Dedicated Game-Server
Requirements
- Download Visual Studio. The community version is free.
- Required workloads: .NET desktop development and Desktop development with C++
- Download Unreal Engine Source Code. For instructions, see Downloading Unreal Engine Source code (external).
