TrackViewLayerCollectionTransitToPositionXYAbs Method
Transit to the specified XY location.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
private FVector3 TransitToPositionXYAbs(
TrackViewLayerItem layer,
FVector3 location,
FVector2 xyLocation
)
Private Function TransitToPositionXYAbs (
layer As TrackViewLayerItem,
location As FVector3,
xyLocation As FVector2
) As FVector3
No code example is currently available or this language may not be supported.
- 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.
FVector3
Reference to the new 3D location, in world coordinates at the end
of the transit.