unreal.RigVMFunction_MathBoolUnaryOp

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

Bases: RigVMFunction_MathBoolBase

The base class for all unary bool math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathBool.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (bool): [Read-Write] The result of the operation

  • value (bool): [Read-Write] The input value

property result: bool

[Read-Only] The result of the operation

Type:

(bool)

property value: bool

[Read-Write] The input value

Type:

(bool)