[SUPPORT] Advanced Turn Based Tile Toolkit

After a couple days of tinkering in my off time I’ve made a little progress but not sure if I’m headed in the right direction and would appreciate some advice when you get the time .

At the moment I’m just trying to get multiple clicks into one spline.
Right now I’m just adjusting the “Start Index” when calling the “Pathfinding” function in the controller. After clicking, the start index will be where I clicked then I’ll call the pathfinding function again to refresh the “CanMoveToArray”. This seems to be ok at this point. Then in the grid manager bp and within the function “Find path within pathfinding array”; I added an array “SavedPathIndexArray” to append the path when I click.

I get something that resembles what I’m looking for but it’s still a bit broken.