AI MoveTo fails when target actor is placed later

This is what my MOVETO node looks like.

280407-movetonode.png

Oh dang I think I deleted a bunch of comments :expressionless: Well anyway, yeah post your solution if you ever get there.

Well, I fixed it. For some reason there was an issue with the task before the MoveTo task. This didn’t set the location of the scenecomponent correctly:

So I changed it to look like this and it works now:

Thanks for all the tips ^^