FLineGetVertices Method
            Return the vertices of the line.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static List<FVector2> GetVertices(
	FLine line,
	float rotation = 0f
)
Public Shared Function GetVertices ( 
	line As FLine,
	Optional rotation As Single = 0F
) As List(Of FVector2)
No code example is currently available or this language may not be supported.
- line  FLine
 - 
            Reference to the line whose ends will be inspected.
            
 - rotation  Single  (Optional)
 - 
            Optional angle of local shape rotatation, in radians.
            
 
ListFVector2
            Reference to a list of floating-point points representing the vertices
            of the line.