I was thinking, with UR(5), been what it is, offering what it does. Is there anyway/ or what way would be the way to link up a server that would be able to run a mmorpg. So that the game is built directly (A new project) on a mmorpg server/ world?
Hello!
Unreal engine is NOT intended for MMO out-of-the-box.
You will need to deep modify networking/server to enable UE for massive connections OR relay that on a custom clustering system that handles instances, databases, conections, etc…
A good place to start is to take a look to OWS2 which has source code somewhere in github.