FVector4Subtraction Operator

Return the result of one vector subtracted from another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector4 operator -(
	FVector4 minuend,
	FVector4 subtrahend
)

Parameters

minuend  FVector4
The part to be subtracted from.
subtrahend  FVector4
The amount to subtract.

Return Value

FVector4
Reference to the vector subtraction result.

See Also