TrackViewLayerCollectionPlotToPositionXYAbs Method

Connect the XY path of the segment travel to the current depth of the provided location, returning the 3D end point of the plotted travel.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
private FVector3 PlotToPositionXYAbs(
	TrackViewLayerItem layer,
	TrackSegmentItem sourceSegment,
	FVector3 location
)

Parameters

layer  TrackViewLayerItem
Reference to the layer to which view segments are being posted.
sourceSegment  TrackSegmentItem
The source segment containing the beginning and end locations.
location  FVector3
The current starting location.

Return Value

FVector3
Reference to the absolute end coordinate of the current path.

See Also