FVector4Addition(FVector4, FVector4) Operator

Return the result of the addition of two vectors.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector4 operator +(
	FVector4 addend1,
	FVector4 addend2
)

Parameters

addend1  FVector4
Reference to the first addend.
addend2  FVector4
Reference to the second addend.

Return Value

FVector4
Reference to the vector addition result.

See Also