FAreaLocation Method
Return the location of the specified area.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector2 Location(
FArea area
)
Public Shared Function Location (
area As FArea
) As FVector2
No code example is currently available or this language may not be supported.
- area FArea
-
Area to inspect.
FVector2
Reference to the FVector2 representing the location of the caller's
area, if found. Otherwise, an empty FVector2.