FAreaGetVertices Method

Return the vertices of the area.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static List<FVector2> GetVertices(
	FArea area,
	float rotation = 0f
)

Parameters

area  FArea
Reference to the area whose vertices will be inspected.
rotation  Single  (Optional)
Optional angle of local shape rotatation, in radians.

Return Value

ListFVector2
Reference to a list of floating-point points representing the vertices of the area.

See Also