What is the difference between Move to Location and AI Move to?

What is the difference between these two nodes?

1 Like

MoveToLocation is a function on the AIController and all it does is it requests a move and returns a result of that request. AI Move To (as well as Move to Location or Actor) gives you a way to listen to the requests execution and get notified when it succeeds or fails.

Cheers,

–mieszko

I also believe Move to Location or Actor briefly pauses your character that was given the order while simple move to does not. At least that was the case for me!