How can I restrict nav link only for one type of NPCs?

Hi. So, I have question. In my project there is a navigation mesh with smart link proxies for NPC’s to jump. But I have a separate NPC type who should not use jump links but use flight links. So how can I restrict nav link only for one type of NPCs? I am using last version of UE4 - 4.27.

You can use Nav classes and filters per character to define who can use which path

1 Like

Thank you. That was exactly what I needed.

Is there an example of this somewhere? Trying to achieve the same but I can only afford having one shared nav mesh between my character types. Then, some nav links should be specific to a certain type.

Thank youu!