How to make AI walk backwards while looking at player?

Hi, everyone. I’m having problems trying to implement “backstepping” for AI while looking at player that is in front of it in C++. I have tried multiple solutions but still no luck. Please educate me. Thanks in advance.

Kinda found a way to do it by setting Default Focus service on player and get the inverse Forward Vector of the player.