NLA Component
Last updated
Last updated
The Navigation Link Array Component is built on top of the . Its main function is to distribute navigation links along a spline and act as a links manager both in the editor and during runtime. This component is designed to be flexible, allowing you to extend the class in either C++ or Blueprints to add your own features.
You can add the component just like any other component, either within an Actor's blueprint or directly into an Actor in the scene. In both cases, you'll have access to its to configure the links array you want to use in the scene.