FVector4Sum Method

Return the sum of elements in the caller's vector.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float Sum(
	FVector4 vector
)

Parameters

vector  FVector4
Reference to the vector to be summed.

Return Value

Single
The sum of the values in the presented vector.

See Also