Converting Vector to Integer

I am using the ATBTT from the market place, essentially grid based system. i am trying to use the keypad to move rather than mouse hover i am stuck at this section. first image is the cursor BP showing the movement input that was basically copied from the 3rd person BP. however i am unable to link it with the vector to index in the second image.

What exactly are you trying to achieve?

It’s very hard to follow what you did / are trying to do and it’s therefore rather hard to help you.

Hi westcut, I think it’s better if you don’t use axis values. Since ATBT movement is basically grid based, using action inputs would be better. This way everytime you press any direction key, you can get the pathfinding using the current grid and the nearest grid you want to go to based on the direction. Once you create the path array, call the normal path movement in ATBT.