unreal.RigVMFunction_MathBoolNot

class unreal.RigVMFunction_MathBoolNot(value: bool = False, result: bool = False)

Bases: RigVMFunction_MathBoolUnaryOp

Returns true if the condition is false

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathBool.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (bool): [Read-Write]

  • value (bool): [Read-Write]