Simple move to Actor - not working

Hello everyone!
I need help with Simple move to Actor.


The Idea was create a random number of actor and they move to the Center of the map.
I tried to delete and create again Targetpoint with this tag.
Also tried to re-create Nav mesh.
I check Get all actors with tags with print string and it found well the target point.
Also, I already marked Auto Possess AI to Placed in world or spawned.
What could be the couse to the problem?

Can you make sure your NavMesh builds properly? Possibly you have something on your character that doesn’t build NavMesh under the character preventing it from moving.

To check it you can press P in engine, it should show green floor that AI can move on.

first thing is to validate everything, the Get node, the controller etc