Great tutorial, I have one question on how to implement this for Multiplayer applications.
As far as I am aware the AI Controller should only run on the server. However, when testing it inside the engine with two players it seems like the AI Controller is spawned for both players. This also means that I execute something in the AI Controller it is not replicated and thus the actinos of both AI Characters are not synchronised.
Is there something I am missing here?