FAreaTranslate(FArea, FVector2) Method

Translate the specified area to the new location.

Definition

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

Parameters

area  FArea
The area to be moved.
offset  FVector2
The offset by which to move the area.

See Also