I have spent a few hours trying to create a grid/tile based movement for a top down game. (Something similar to Pokemon) Controlled using WASD or arrow keys.
After my fruitless attempts of trying to work it out by myself, I looked around on the internet. All I could find were solutions geared more towards movement found in XCOM or Fallout 1&2.
The closest thing I could find to match what I had in mind was this prototype on Youtube and with only brief explanation on how it works as a reply in the comments - I failed horribly.
The closest thing that I got working so far, was modifying the top down template to use keyboard input instead of using the mouse.
If anyone could help me out here and point me in the right direction, it would be much appreciated.
Cheers.
Sidenote: I am new to UE4 and still trying to understand how to properly use it.