Custom Navigation Areas and Query Filters

This guide shows how to use Custom Areas and Query Filters with the Navigation System.

Choose your operating system:

Windows

macOS

Linux

Unreal Engine's Navigation System allows Agents to traverse the Level using a Navigation Mesh for pathfinding.

The Agent determines the most optimal route to its destination by comparing the cost of each navigation polygon within the Navigation Mesh. If all polygons along the route are of equal cost, then the Agent will choose the shortest path to its target (usually a straight line).

You can influence the cost of the navigation polygons using Navigation Modifier Volumes and Navigation Query Filters .

The Preparation Guide will create the sample Level required to follow the Custom Navigation Areas and Query Filters guide. Alternatively, you can download the full sample project , which includes the completed Level named LevelCustomZones .

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss