unreal.RigVMFunction_MathIntNotEquals

class unreal.RigVMFunction_MathIntNotEquals(a: int = 0, b: int = 0, result: bool = False)

Bases: RigVMFunction_MathIntBase

Returns true if the value A does not equal B

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathInt.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (int32): [Read-Write]

  • b (int32): [Read-Write]

  • result (bool): [Read-Write]

property a: int

[Read-Write]

Type:

(int32)

property b: int

[Read-Write]

Type:

(int32)

property result: bool

[Read-Only]

Type:

(bool)