TrackViewLayerCollectionRetractTool Method

Retract the tool to the maximum Z distance.

Definition

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

Parameters

layer  TrackViewLayerItem
Reference to the layer for which this line is being created.
location  FVector3
Reference to the starting location from which to retract.

Return Value

FVector3
Reference to the updated tool position.

See Also