TrackViewLayerCollectionTransitToPositionZAbs Method

Transit to an absolute Z position.

Definition

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

Parameters

layer  TrackViewLayerItem
Reference the layer being constructed.
location  FVector3
Reference to the starting location of the transit.
transitZEnum  TransitZEnum
The vertical location to which the tool will be transited.

Return Value

FVector3
Reference to the new absolute world coordinate of the tool after the transit.

See Also