unreal.RigVMFunction_MathFloatBinaryAggregateOp

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

Bases: RigVMFunction_MathFloatBase

Rig VMFunction Math Float Binary Aggregate Op

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathFloat.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (float): [Read-Write]

  • b (float): [Read-Write]

  • result (float): [Read-Write]

property a: float

[Read-Write]

Type:

(float)

property b: float

[Read-Write]

Type:

(float)

property result: float

[Read-Only]

Type:

(float)