unreal.RigVMFunction_MathIntBinaryOp

class unreal.RigVMFunction_MathIntBinaryOp(a: int = 0, b: int = 0, result: int = 0)

Bases: RigVMFunction_MathIntBase

The base class for all binary int math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathInt.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

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

property a: int

[Read-Write] The first value for the operation

Type:

(int32)

property b: int

[Read-Write] The second value for the operation

Type:

(int32)

property result: int

[Read-Only] The resulting value

Type:

(int32)