FVector2Addition Operator

Return the result of the values of two vectors added together.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FVector2 operator +(
	FVector2 vectorA,
	FVector2 vectorB
)

Parameters

vectorA  FVector2
First vector to add.
vectorB  FVector2
Second vector to add.

Return Value

FVector2
Result of the addition.

See Also