Chris Wingler

Results 1 comments of Chris Wingler

I had the same issue on Windows (4.23.1) **in STrackerBot.cpp...** change: ``` #include "AI/Navigation/NavigationSystem.h" #include "AI/Navigation/NavigationPath.h" ``` to ``` #include "NavigationSystem.h" #include "NavigationPath.h" ``` Change line 119 from `UNavigationPath* NavPath...