FQuaternionTransferValues Method

Transfer the values of the source quaternion to the target.

Definition

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

Parameters

source  FQuaternion
The source quaternion whose values will be copied.
target  FQuaternion
The target quaternion to receive the values.

Remarks

This method raises events where appropriate.

See Also