unreal.RigVMFunction_MathVectorBinaryOp¶
- class unreal.RigVMFunction_MathVectorBinaryOp(a: Vector = Ellipsis, b: Vector = Ellipsis, result: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathVectorBaseThe 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 operationb(Vector): [Read-Write] The second value for the operationresult(Vector): [Read-Write] The resulting value