TrackLayerCollectionAddPrecedingExplicitMoves Method

Add explicit moves that directly precede the current layout item.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
private FVector2 AddPrecedingExplicitMoves(
	OperationLayoutCollection layouts,
	int layoutIndex,
	IntRangeCollection moveIndices,
	TrackToolItem tool,
	FVector2 location
)

Parameters

layouts  OperationLayoutCollection
Reference to the collection of layouts being processed.
layoutIndex  Int32
Index of the current layout within the collection.
moveIndices  IntRangeCollection
Collection of explicit move element ranges within the layout collection.
tool  TrackToolItem
Reference to the currently selected tool for the operation.
location  FVector2
Reference to the starting location.

Return Value

FVector2
Reference to the last-known current location.

See Also