Properties
LinkArraySets
/*
* 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;Last updated