NLA Physical Link

NLAPhysicalLink is the base class for the Navigation Link which will be used by the NLAComponent to place on top of a spline. It is responsible for interacting with Unreal Engine's Navigation System, determining pathfinding eligibility, and managing state changes when agents enter or exit the link. This class can be extended to implement custom behaviors or advanced navigation functionality.

If you have created a custom NLAPhysicalLink class, make sure to select it in the Link Class option to enable its use with the NLAComponent.

Last updated