Where can I find the dedicated server source code?

Hi guys,

We’ve been trying to make our own dedicated server for an MMO we’re developing but we had no luck in finding the source code of the UE 4 dedicated server. We thought we could take the UE dedicated server code and optimize it for our game.

Does anyone know where we can find the source code for it ? We already spent hours looking on GitHub but with no success.

Hi,

just search for all (CTRL + SHIFT + F in Visual Studio)

#if WITH_SERVER_CODE

in the source code, i.e. in the whole solution.

Search for all

NM_DedicatedServer

enum value as well.

Be aware that all server code is mixed with client code in the solution as far as I understand.
Please correct me if I am wrong.

Cheers!

Hello,

I know it is late, but sorry. Thank you!