Hello, I’m trying to move my character to a certain position in order to play an animation from that point, on a key press. I’ve tried using Simple move to actor, but there is a bit of tolerance and it is not accurate enough. There is a min horizontal distance of 65 or something in that range.
How can I make my character to move exactly to a given vector.
Yes, twice in short succession. Oh well. I am sadly not that good with animation, but I know there is a way to lock the animation to a certain translation. Maybe you can try to teleport after the simple move to? Gl with your game. Sorry I cant help.
And this is not having a negative and slightly offensive attitude? If all you can do is argue and disparage me, please do that somewhere else. I am more than willing to receive your comment via PM or on discord.
Just going out on a limb here (I don’t have UE available at this time) Try using an AI Move To block. (You will need to drop an Navigable Mesh in the level.) Make the Target A reference to self, and the Destination your vector you want to move the player to. If that doesn’t work, then I will play around on my PC.