FAreaGetCenter Method

Return the center point of the specified area.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static FVector2 GetCenter(
	FArea area
)

Parameters

area  FArea
Reference to the area to be inspected.

Return Value

FVector2
Reference to the center point of the provided area, if legitimate. Otherwise, null.

See Also