manage_navigation
Configure NavMesh properties, add nav modifiers, and create simple or smart links to manage AI pathfinding behavior in Unreal Engine.
Instructions
Configure NavMesh settings, add nav modifiers, create nav links and smart links for pathfinding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Save the asset(s) after the operation. | |
| action | Yes | Navigation action to perform | |
| filter | No | General search filter. | |
| areaCost | No | Pathfinding cost multiplier for area (1.0 = normal). | |
| cellSize | No | NavMesh cell size (default: 19). | |
| endPoint | No | End point of navigation link (relative to actor). | |
| linkName | No | Name of the link. | |
| linkType | No | Type of navigation link. | |
| location | No | World location for nav link proxy. | |
| rotation | No | Rotation for nav link proxy. | |
| actorName | No | Name of the actor. | |
| actorPath | No | Path to actor. | |
| areaClass | No | Navigation area class path. | |
| direction | No | Link traversal direction. | |
| cellHeight | No | NavMesh cell height (default: 10). | |
| snapRadius | No | Snap radius for link endpoints (default: 30). | |
| startPoint | No | Start point of navigation link (relative to actor). | |
| tileSizeUU | No | NavMesh tile size in UU (default: 1000). | |
| agentHeight | No | Navigation agent height (default: 144). | |
| agentRadius | No | Navigation agent radius (default: 35). | |
| linkEnabled | No | Whether the link is enabled. | |
| navMeshPath | No | Path to NavMesh data asset. | |
| agentMaxSlope | No | Maximum slope angle in degrees (default: 44). | |
| blueprintPath | No | Blueprint asset path. | |
| componentName | No | Name of the component. | |
| minRegionArea | No | Minimum region area to keep. | |
| failsafeExtent | No | Failsafe extent for nav modifier when actor has no collision. | |
| obstacleExtent | No | Extent of simple box obstacle. | |
| obstacleOffset | No | Offset of simple box obstacle. | |
| agentStepHeight | No | Maximum step height agent can climb (default: 35). | |
| broadcastRadius | No | Radius for state change broadcast. | |
| mergeRegionSize | No | Region merge threshold. | |
| enabledAreaClass | No | Area class when smart link is enabled. | |
| broadcastInterval | No | Interval for state change broadcast (0 = single). | |
| disabledAreaClass | No | Area class when smart link is disabled. | |
| obstacleAreaClass | No | Area class for box obstacle. | |
| areaClassToReplace | No | Area class to replace (optional modifier behavior). | |
| bCreateBoxObstacle | No | Add box obstacle during nav generation. | |
| bIncludeAgentHeight | No | Expand lower bounds by agent height. | |
| bSmartLinkIsRelevant | No | Toggle smart link relevancy. | |
| fixedAreaEnteringCost | No | Fixed cost added when entering the area. | |
| maxSimplificationError | No | Edge simplification error. |