Is there an InputAxis left node?

ive looked everywhere, some help would be apperciated.

As far as I know the answer is no there is not.

There is both a Moveforward and Moveright which to get the opposite direction you use a negative float value.

So > 0 = movedirection < 0 = opposite movedirection.

if you are trying to check for left then you would check MoveRight < 0

how can i check moveright is < 0?

Drag a line from Axis Value then type Compare Float or Float < Float.

thanks!
regards!