精选特卖:从即日起至9月9日,精选蓝图五折特惠!

Runtime Nav Area Modifiers

Wouter Weynants - 代码插件 - 2024/08/03

Enhance Unreal Engine navigation with dynamic, runtime-modifiable Nav Areas. Supports complex convex shapes, static meshes, splines, and PCG ISMs and points

  • 支持的平台
  • 支持的引擎版本
    5.4
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。
  • 推广内容
    包含推广内容
    创作者已表明该数字内容旨在推广品牌、产品或业务(无论是自身还是他人的)。

Transform your project's navigation capabilities with the URuntimeNavModifierComponent for Unreal Engine.


Key Features:

  • Utilize complex convex shapes for navigation areas, far surpassing the limitations of Unreal's native BrushBuilders, which are restricted to basic editor functionalities.
  • Use a Static Mesh's simple collision, an arbitrary set of points or spline components to modify the nav mesh with Nav Areas. Perfect for creating detailed, obstacle-laden terrains or convex shaped zones.
  • Fully compatible with Unreal’s native PCG systems, allowing for navigation areas that evolve with your procedural landscapes or architecture with much higher efficiency than spawning individual NavModifierVolume actors.


The plugin is designed for high interactivity projects such as dynamic strategy games, immersive simulation systems, or any scenario where the game world is in constant flux. This tool provides the flexibility to create a responsive and adaptive gaming experiences.


Check out the documentation

技术细节

Features:

  •  Support for various data sources including Static Meshes, Instanced Static Meshes, and Spline Components.
  •  Compatibility with procedural content generation for dynamic game environments.
  •  Ability to handle complex and convex shapes with precise navigation control.


Code Modules:

  •  RuntimeNavAreaModifiers (Runtime)


Plugin Dependencies:

  •  PCG (Native Engine Plugin)


Number of PCG Blueprint Elements: 2

C++ Classes:

  • URuntimeNavModifierComponent
  • URuntimeNavDataComponent
  • URuntimeNavModStatics

Network Replicated: No

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows

Documentation: Runtime Navigation Modifiers Plugin Documentation

Important/Additional Notes: This feature is built on top of the native unreal engine Nav Mesh module