TrackViewLayerCollectionTransitToPositionZAbs Method
Transit to an absolute Z position.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
private FVector3 TransitToPositionZAbs(
TrackViewLayerItem layer,
FVector3 location,
TransitZEnum transitZEnum
)
Private Function TransitToPositionZAbs (
layer As TrackViewLayerItem,
location As FVector3,
transitZEnum As TransitZEnum
) 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.
- transitZEnum TransitZEnum
-
The vertical location to which the tool will be transited.
FVector3
Reference to the new absolute world coordinate of the tool after the
transit.