FVector2TransferValues Method

Transfer the member values of one instance to another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static void TransferValues(
	FVector2 source,
	FVector2 target
)

Parameters

source  FVector2
Reference to the source vector whose values will be assigned.
target  FVector2
Reference to the target vector that will receive the values.

See Also