DoN's 3D-Pathfinding / Flying-AI system (with full source!)

For anyone who encounter this error.

The cause is that pawn’s current location is outside DonNavigation’s bound.
So, the NavigationManager variable point to nullptr. In C++, It’s possible to dereference nullptr without getting exception but getting crash inside object instead.