unreal.RigVMFunction_MathVectorBinaryOp

class unreal.RigVMFunction_MathVectorBinaryOp(a: Vector = Ellipsis, b: Vector = Ellipsis, result: Vector = Ellipsis)

Bases: RigVMFunction_MathVectorBase

The base class for all binary vector math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (Vector): [Read-Write] The first value for the operation

  • b (Vector): [Read-Write] The second value for the operation

  • result (Vector): [Read-Write] The resulting value

property a: Vector

[Read-Write] The first value for the operation

Type:

(Vector)

property b: Vector

[Read-Write] The second value for the operation

Type:

(Vector)

property result: Vector

[Read-Only] The resulting value

Type:

(Vector)