TrackViewLayerCollectionTransitToPositionXYAbs Method

Transit to the specified XY location.

Definition

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

Parameters

layer  TrackViewLayerItem
Reference the layer being constructed.
location  FVector3
Reference to the starting location of the transit.
xyLocation  FVector2
Reference to the target transit destination.

Return Value

FVector3
Reference to the new 3D location, in world coordinates at the end of the transit.

See Also