Simple Move to Location doesn't work at Event Possessed

I’m spawning an actor in Game Mode, and on actor blueprint, I set a lot of things at Event Begin Play, but at Event Possessed when the actor gets the AIController, doesn’t care the Simple Move to Location.

This **doesn’t **work:

This does work:

I printed many important variables, pre and post, and all are okay.

There are something internal that isn’t set yet, or just me missing something ?

Probably just something that hasn’t initialized yet, I find myself doing this quite often for all sorts of things.