Description
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
Included formats
- versions