Hi there, first of all thank you so much for your amazing toolkit!
I’m trying to prototype a digital board game and I would need some help on a couple of issues, and I apologize if they are trivial but I am new to unreal.
First I would like my character to move only a fixed number of tiles (the result of the roll of the die) and not the whole move range. I would like the pathfinding UI to highlight only the last box of the movement, the only box that you can click on to move.
The second thing, is that I would like the movement to be only on a straight line and not to include turns on other axes (basically you can only move up, down, left, right).
Thank you so much!!