TrackLayerCollectionGetRightPoint Method

Return the rightmost point from the caller's array.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
private static FVector2 GetRightPoint(
	FVector2[] points
)

Parameters

points  FVector2
Reference to an array of points.

Return Value

FVector2
Reference to the piont with the highest x-axis value in the set, if found. Otherwise, null.

See Also