FVector4IsZero Method

Return a value indicating whether the vector value is zero.

Definition

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

Parameters

vector  FVector4
Reference to the vector to inspect.

Return Value

Boolean
True if all of the member values of the vector are zero. Otherwise, false.

See Also