FAreaGetCenter Method
Return the center point of the specified area.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector2 GetCenter(
FArea area
)
Public Shared Function GetCenter (
area As FArea
) As FVector2
No code example is currently available or this language may not be supported.
- area FArea
-
Reference to the area to be inspected.
FVector2
Reference to the center point of the provided area, if legitimate.
Otherwise, null.