FVector4Addition(FVector4, FVector4) Operator
            Return the result of the addition of two vectors.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static FVector4 operator +(
	FVector4 addend1,
	FVector4 addend2
)
Public Shared Operator + ( 
	addend1 As FVector4,
	addend2 As FVector4
) As FVector4
No code example is currently available or this language may not be supported.
- addend1  FVector4
- 
            Reference to the first addend.
            
- addend2  FVector4
- 
            Reference to the second addend.
            
FVector4
            Reference to the vector addition result.