FPathMaxX Method
Return the maximum X coordinate value found in the provided list of
points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static float MaxX(
List<FVector2> path
)
Public Shared Function MaxX (
path As List(Of FVector2)
) As Single
No code example is currently available or this language may not be supported.
- path ListFVector2
-
Reference to a collection of points to search.
Single
The maximum X value found in the collection.