A settings array where each element is an structure. This structure contains the configuration details for creating and placing navigation links on the spline, such as the number of links to generate and their positioning rules.
To access array, use the method.
/*
* LinkArraySets defines how to place Navigation Links on the spline.
* You may have as many sets as you want. To visualize the points press
* the "P" key in the editor to toggle the debug visualization for navigation system.
*/
UPROPERTY(EditAnywhere, Category = Settings)
TArray <struct FNLASet> LinkArraySets;