Help with enemy A.I in 2d Paper project.

The way I have it setup right now, the enemy responds to collision. When I made the enemy, I chose Character instead of Actor or Pawn, and it will respond to collision. So to make it move you can just do, Event tick/Set actor location and do its current location plus which ever way you want it to move. So Positive on the X would be right and negative x would be left. That will get you started.