FVector2Addition Operator
Return the result of the values of two vectors added together.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector2 operator +(
FVector2 vectorA,
FVector2 vectorB
)
Public Shared Operator + (
vectorA As FVector2,
vectorB As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- vectorA FVector2
-
First vector to add.
- vectorB FVector2
-
Second vector to add.
FVector2
Result of the addition.