Teleport Location Problem.

Hey everyone I’m trying to teleport player pawn a little bit of her left. It kind of works but the problem is teleport location changes based on character’s rotation (or wherever she is looking). How do I make it, no matter where she looks, she will always teleport to her left? Thanks

in advance

I got the answer from reddit and it worked.

Here it is:

use get actor right vector, multiply that by -200, the do a sum of get actor location and the result get actor right vector*-200.