[TEMPLATE] Multiplayer TopDown Template C++

Like I had said this is ONE way to do it, I didn’t say it is the ONLY way to do it. With that being said, it was mentioned multiple times WHY SimpleMoveToLocation was not intended for Multiplayer and should not be used as such. (by Epic Staff btw). However what I wanted to achieve was an architecture where the Player would never host any game but all would come from a dedicated server, and that is what I have achieved, e.g. every player gets his own Character (controlled by AI) to posess and control.

Here is a Quote from the EPIC Lead AI Programmer on this topic::

So I took what he said at face value and trust in his words. You can also take a look at the thread on answerhuib where people discuss the blueprint and play around with SimpleMoveToLocation etc and they all encounter issues.