Velarion: 所有产品五折优惠

AI Jump Navigation Links

Peanut Games - 蓝图 - 2023/01/30

AI jump navigation links and component that provide jump logic

  • 支持的平台
  • 支持的引擎版本
    4.27, 5.0 - 5.3
  • 下载类型
    资源包
    此产品包含各种虚幻引擎资源,可以选择性导入现有的项目。


Quick Start Guide


NEW Full Tutorial


Blueprint based AIJumpNav component and NavLink_Jump actor that work together with the default navigation system to provide navigable jump links for AI characters. Use these jump links to either call the built-in, default character jump function or use a guaranteed, calculated jump when you need characters to simply reach the destination regardless of distance. These are navigation dependent and only allow the character to jump if they own the AIJumpNav component and must also be actively trying to navigate to the other end.


Non-jumping AIControllers must use a NavFilter excluding NavArea_Jump with AI move functions that make use of said NavFilter -- 'Simple Move to' nodes will ignore NavFilters in pathfinding and cause otherwise non-jumping characters to attempt to navigate jumps and fail.

技术细节

Features:

  • Focus on ease of use, integrate this system into existing projects in a few minutes and simply place jump links in your levels
  • Set your base AIController's 'Default Navigation Filter Class' to the included NavFilter_Default - then adding the AIJumpNav component to a child character class will override this, creating a jumping character.
  • By default AIJumpNav component will automatically query different jump arcs for collision issues and adjust based on a customizable arc range, alternatively you can opt for manual jump arcs defined in each NavLink_Jump


Number of Blueprints: 5 - AIJumpNav component, NavLink_Jump actor, NavFilter_Default ( excludes jump ), NavFilter_Jump, NavArea_Jump,

Supported Development Platforms:

Windows: Yes