Set character one time movement in limit unreal engin

i want to set the character in center of object and with swipe left right move the character to center of second object like push block game. I use get actor forward vector multiply vector with 100 and add it to get character location then set character location , my character set to location but not in animation movement .

Use simplemovetolocation.

Ok, you need a navmesh, do you have that? ( Otherwise the player can’t figure out the route ).

Just drag it in and make it as big as the walkable areas:

with set actor location it move to location but without animation movement or without walk. if i replace it with simplemovetolocation then it is not perform any action.