FVector3.op_Multiply

FVector3 Multiply operator

  • Operator overloading
public static FVector3 operator *(FVector3 a, float b)
ParameterTypeDescription
aFVector3First vector
bSingleSecond vector

Return Value

The product of two vectors

See Also