Multiple Smart Links on one NavLinkProxy

I have 1 custom NavLinkProxy with multiple simple links offset from one another with spacing. They have all generated a simple link line(Dark Green) and smart link lines (light green). My AI recognizes them correctly and paths to them correctly. However, I want to use the Event Smart link reached blueprint node to trigger climbing behaviour. However this obviously only fires when the smart link on the very far right of the image is reached. I’m guessing this is due to the fact that the simple links are an array whereas the smart link only have 1 start and end point. Does anyone know:

a. Why it has been made link this

b. A work around to allow all links within this one NavLinkProxy to work as smart links

Thanks!

1 Like

I wrote a Blueprint with Smart Nav Link as Parent Class and added several child components with this Blueprint as Child Actor Class to achieve what you are looking for.