How can I move my AI_Pawn to a point?

Use AAIController::MoveToActor or AAIController::MoveToLocation. This assumes your AI is configured properly. If it doesn’t work look at how UNavigationSystem::SimpleMoveToLocation configures a controller before executing the request for the first time.

Cheers,

–mieszko

Hi ;
I create an AIController class , then I set the controller of my AI_Pawn to this controller.
How can I move my AI_Pawn to a point , in c++ , via my AI_Controller codes?

Thanks.
Msd.