unreal.RigVMFunction_MathFloatBinaryOp

class unreal.RigVMFunction_MathFloatBinaryOp(a: float = 0.0, b: float = 0.0, result: float = 0.0)

Bases: RigVMFunction_MathFloatBase

The base class for all binary float math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathFloat.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

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

property a: float

[Read-Write] The first value for the operation

Type:

(float)

property b: float

[Read-Write] The second value for the operation

Type:

(float)

property result: float

[Read-Only] The resulting value

Type:

(float)