How can I Stop AI Movement?

Hello,
I’m using following command for ai movement

MoveRequest.SetGoalLocation(StartWorldLocation);
MoveRequest.SetAcceptanceRadius(5.f);
AIController->MoveTo(MoveRequest, &NavPath);

But I cannot set a new goal location until it reaches the destination. How i can update goal location before it reaches it’s destination?