I just wondered why we hardwire the controls into the Tank_BP?
When I did this lecture I added the fire action into my PlayerController which calls a method on the ControlledTank to fire.
I think the AI tanks also have the code running in their tanks except they dont have physical hardware, dont they?
Is this for making things less complicated or is my approach wrong?