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 ?