nav_add_modifier_volume
Spawns a NavModifierVolume to block navigation or adjust traversal cost by specifying a nav area class such as NavArea_Null or NavArea_Obstacle.
Instructions
Spawn a NavModifierVolume with the requested nav area class.
Use NavArea_Null to block navigation, NavArea_Obstacle for high
traversal cost, or a custom UNavArea path/name from the project.
KB: see knowledge_base/04_AI_SYSTEMS.md#overview Example: nav_add_modifier_volume()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extent | No | ||
| rebuild | No | ||
| location | No | ||
| actor_name | No | MCP_NavModifierVolume | |
| area_class | No | NavArea_Null |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |