AI doesnt move on fresh proje

Visual Logger

Screen Recording 2020-09-11 at 11.19.49 ÖS ← Video of the bug

I have simple “AI Move To” node on my AI controller
I just opened my project and didnt changed anything. I have movement component working, nav mesh is working…

Why this is happening?

Doesnt move as requested* sorry for wrong title.

Here is my blueprint:

Also tried every other Move To node “AI Move To - Move to Actor - Move to Location”
Results are same.

AI does move. It looks to me like you’re requesting Move To on tick which you shouldn’t do.

Check if any component in the AI BP has Can Ever Affect Navigation checked and if so uncheck it.

You’re awesome.