I´m struggling to complete this exercise. Trying to map out movement of character I followed this steps:
- Behaviour Tree -> MoveTo.
- Searched for BTTask_MoveTo.cpp and found out that it calls:
AAIController::MoveTo(const FAIMoveRequest& MoveRequest, FNavPathSharedPtr* OutPath)
- I got lost. I simply don´t know what to follow anymore