FAreaSetLocation Method

Update the location of the specified area.

Definition

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

Parameters

area  FArea
Reference to the area to update.
location  FVector2
Reference to the location to set.

See Also