How to make an AI Tank Turret follow the player? Whilst the tank is moving?

The BP can be added to the Tank’s BP and you can add it in to the alert function you have already and you can setup a branch just after tick that only goes true if the tank is in the alert state. Without the branch it will continuously update and follow the player. I used tick in the example because using a timer may not update the moment in a smooth fashion the way that tick will with each frame of gameplay.