Hey, are you seeing any message in the Output Logs?
Two possibilities:
- Pathfinding did not succeed (Logs will tell you why)
- You’re not implementing the custom interface “Don Navigator” for your pawn. It is fully optional though. If you don’t implement it the system will call Unreal’s default “Add Movement Input”.