I wanted to know what kind of controller should I use to make units in a RTS game. I have not worked with anything relating to the engine AI yet,
For camera and the player, I used a player controller inherited class controlling a pawn inherited class.
For the units of an RTS I think an AIController as the base class would be the best I am not sure so asking.