nbenven95 / BattleTank

Second major project in the Udemy Unreal Engine 4 course (project is actually C++, github seems to have goofed)
0 stars 0 forks source link

Tank AI Controller #6

Closed nbenven95 closed 5 years ago

nbenven95 commented 5 years ago

Add TankAIController component, analogous to the TankPlayerController. However, this is what will auto-possess tanks that are placed in the game. The player-controlled tank gets possessed by the player controller in a special case (as defined by the game mode blueprint).