In this tutorial, I am going to show you how to implement multiplayer replication support for the topdown template in unreal engine. Unlike the third person template we get in unreal, the top down template out of the box doesn't support multiplayer replication. If you try to play the top down template in the multiplayer mode in editor, you'll encounter issues such as character movements are not properly replicated across server and clients. Also, the inputs on client will not work properly. So, I am going to fix those issues and create a top down template which supports multiplayer replication.
password=codelikeme_top