FVector4Sum Method
            Return the sum of elements in the caller's vector.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static float Sum(
	FVector4 vector
)
Public Shared Function Sum ( 
	vector As FVector4
) As Single
No code example is currently available or this language may not be supported.
- vector  FVector4
- 
            Reference to the vector to be summed.
            
Single
            The sum of the values in the presented vector.