Ue4 and Ue5 AI Move To Difference

Hello, as you can see in the videos below, the code I made in Ue4 does not work in Ue5, there is no difference. I do everything exactly the same. Is there a change in Ue5 related to AI Move To or navmesh?


Hey @XarlyTR!

First things first: If you’re copy/pasting… you’re gonna run into this constantly as the nodes have individual IDs that get changed between versions.

Now, if you’re Not doing that, as far as I can tell your code is fine here. Maybe Target isn’t getting set? You can also try to put in a destination using GetActorLocation?

Give that a shot and let us know what happens!