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

Create basic UI #4

Closed nbenven95 closed 5 years ago

nbenven95 commented 5 years ago

Add a UI widget for the player tank the displays the aim reticle. Since the player controller is arguably responsible for this functionality, create a new player controller TankPlayerController_BP that will create an instance of the UI widget and add it to the viewport. Set this player controller to be the default in our BattleTankGameMode_BP blueprint.