How to create "Tank Controls" in blueprint?

Hi There,

Yes, it’s actually relatively simple to set up tank controls. If you’re using the Third Person Template, go into your ThirdPersonCharacter blueprint and follow these steps:

Disconnect these 2 nodes.

Go into the class defaults and search for “Pawn”. Make sure “Use Controller Rotation Yaw” is selected.

Select the FollowCamera component and set the location and rotation to “Absolute”. (If you’re using the Third Person Template, the X,Y,Z location values here should work as an example).

Go the Movement Input section and disconnect the InputAxis MoveRight node.

Connect the InputAxis MoveRight node to these nodes.

And there you go, tank controls. =)