Get Random Reachable Point In Radius from C++, but refuses to compile?

This is a linker error: it looks like there is a missing module in your project’s Build.cs file

Probably the “NavigationSystem” module.

Try to add it in the Build.cs file (PublicDependencyModuleNames section)

1 Like