Tank Controls in C++

Hi want to make tank controls in C++! Like rotate the tank using the A and D keys. The camera should stay sill and the tank should move in the direction it rotates.

I’d say take a look at epics third person shooter template.
A+d should change the actor rotation instead of horizontal movement and w+s need to apply movement depending on the actors forward direction instead of the control rotation

Thanks! I’ll try to find a way cuz even I’m new to C++