FAreaMoveTo(FArea, FVector2) Method

Move the specified area to the new location.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static void MoveTo(
	FArea area,
	FVector2 newLocation
)

Parameters

area  FArea
The area to be moved.
newLocation  FVector2
The new location for the area.

See Also