with simple Move to node, how can i check AI arrived?
my AI return Movement Result when he didn’t arrived.
with simple Move to node, how can i check AI arrived?
my AI return Movement Result when he didn’t arrived.
There is an output called ‘‘On success’’ this means that if the AI has arrived at the ‘‘Destination’’ it will execute this pin
The first pin you connected to branch is executed right after you call AIMoveTo, use OnSuccess, as SamRiot32 suggested.