This is a NavLinkProxy
Blueprint used to connect NavMesh
volumes.
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
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. |
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. |
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 |