Is there a node where an actor moves left or right?

Is there a node that will let me know when a player moves left or right (not look right or left but move) if so, how? Is there a Boolean for it? Help is appreciated. Thanks!

Well if you have left/right bound to input buttons (maybe a and d) you can bind an event to when those get pressed.

-Testy

How would you do that?

So when you tell your player to move left/right, they have to press a key for that to happen. There is a node that gets called when you press those keys, and you use that to tell the player what to do when those keys are pressed. Here is an article all about custom events in blueprints:

-Testy

Ok thanks!