Unreal Engine – Roadmap Navigation UE8570

Roadmap Navigation

The plugin will generate custom navigation data based on user settings then you can do path finding in the generated navigation.

Path finding runs asynchronously in general but you can do path finding on the game thread as well, There are 3 different path finding methods, check out the docs.

Performance was my number 1 priority!

Features:

  •  Fast
  •  Optimized
  •  Flexible
  • Multi-threaded
  • Customizable
  • Stable
  • Modular

Code Modules:

  •  RoadmapNavigation (Runtime)

Number of Blueprints: 1

Number of Widget Blueprints: 3

Number of C++ Classes: 1

Network Replicated: No

Supported Development Platforms: Win64, Win32, MacOS, PS4, Xbox One, Android (Should also work for other platforms)

Supported Target Build Platforms: Win64, Win32, MacOS, PS4, Xbox One, Android (Should also work for other platforms)

Keywords: Path, Road, Custom Navigation, Navigation Tool, Open World Navigation