Tank turret rotation

In your animation blueprint, read a value called “Turret World Rotation” that’s a rotator.
Set that as the world orientation of your turret bone.
Then, in your Pawn Tick function, read the control rotation, and forward that to the animation blueprint Turret World Rotation value.

1 Like