TrackLayerCollectionGetRightPoint Method
Return the rightmost point from the caller's array.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
private static FVector2 GetRightPoint(
FVector2[] points
)
Private Shared Function GetRightPoint (
points As FVector2()
) As FVector2
No code example is currently available or this language may not be supported.
- points FVector2
-
Reference to an array of points.
FVector2
Reference to the piont with the highest x-axis value in the set, if
found. Otherwise, null.