Character Rotation Control (2DSideScroller)

Hello,

How can I make my 2d side scroller character not face the direction that the slope is taking it?
For example if my character is facing left…and i get on to a slope going like this
\
my character faces right until its done sliding. How can I make this stop?

Thank you.

It might be a case of disabling { orient rotation to movement } on the character movement component inside the character blueprint. This worked for me when my character kept rotating in 2D anytime I tried to go left. Hope this helps!