I need some help

I´m struggling to complete this exercise. Trying to map out movement of character I followed this steps:

  1. Behaviour Tree -> MoveTo.
  2. Searched for BTTask_MoveTo.cpp and found out that it calls:AAIController::MoveTo(const FAIMoveRequest& MoveRequest, FNavPathSharedPtr* OutPath)
  3. I got lost. I simply don´t know what to follow anymore

Have a look at where the data is going next?

Privacy & Terms