Moving an Actor left and right

Hi man ,
You can get the nodes “get forward vector” and “get right vector” to your char or to your component.
Multiply the right vector to -1 to get the left vector.
these are local vector and will Always point to the left and to the right of your char.