FColor4TransferValues 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(
	FColor4 source,
	FColor4 target
)

Parameters

source  FColor4
Reference to the source color whose values will be assigned.
target  FColor4
Reference to the target color that will receive the values.

See Also