FVector2.op_Multiply

FVector2 Multiply operator

  • operator overloading
public static FVector2 operator *(FVector2 a, float b)
ParameterTypeDescription
aFVector2First vector
bSingleSecond vector

Return Value

The product of two vectors.

See Also