[QUOTE=Meltdown;103272]
Take a look at SmartFox Server. They have a C++ api that you can use to connect with using UE4.
The bottom line is you need to look at using some middleware for your game. Writing a whole MMO networking engine from scratch requires expert network programming skills in C++.
Take a look at SmartFox and Raknet, or Photon as others have suggested.
In all honesty, unless you have at least $1 million in budget don’t even try making an MMO.
Start off with something simple like multiplayer pong, and see how long it takes to complete a game like that.
Then multiply that development time by 1000 and you’ll have a better idea of what it takes to make a simple MMO.
By ‘expert networking skills’ you mean what?
Because some 3 months ago I was told I also needed expert C++ skills to make a singleplayer game on Unreal4 (I knew C well). They said a game was “an immense project”, that I just couldn’t do it, that the world was going to end yada yada yada.
Then I studied a lot of C++ and it’s been easier than most people said it would be.