FLineTransferValues Method

Transfer member values to the specified line.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static void TransferValues(
	FLine target,
	FVector2 pointA,
	FVector2 pointB
)

Parameters

target  FLine
Reference to the target line to receive the new points.
pointA  FVector2
Reference to the point to be assigned to the target PointA property.
pointB  FVector2
Reference to the point to be assigned to the target PointB property.

See Also