FVector4Assign(FVector4, FVector4) Method

Set the base values of the target vector from the source.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void Assign(
	FVector4 source,
	FVector4 target
)

Parameters

source  FVector4
Reference to the source vector.
target  FVector4
Reference to the target vector.

See Also