BP_JumpNavLink

This is a NavLinkProxy Blueprint used to connect NavMesh volumes.

Events

Name Parameters Description
EventReceiveSmartLinkReached Agent (Actor), Destination (Vector) Notifies the Agent that a SmartLink point in BP_JumpNavLink has been reached by the Agent. Essentiality, this will tell the Agent to jump to the destination location. To prevent unnecessary jumping, the Agent is only notified that a SamrtLink point has been reached if the height of the reached SmartLink point is less than the height of the destination SmartLink point.

Figure 1: EventReceiveSmartLinkReached Code

Figure 1: EventReceiveSmartLinkReached Code

Components

Name Type Description
SmartLinkComp SmartLink Comp Users can manipulate SmartLink parameters in this component like the link start and end points location and the link direction.

BPI_NavLinkUser

Interface Functions

Function Name Parameters Return Description
JumpNavLinkReached Destination (Vector) This interface function is to be used to notify the implementing Actor that a point in BP_JumpNavLink has been reached by the Actor.

BP_Archway

Components

Name Type Description
Archway Static Mesh Component A static mesh of a narrow archway.
NavLink NavLink Component NavLink to allow AI to move through the narrow archway