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.