unreal.RigUnit_ItemTypeNotEquals

class unreal.RigUnit_ItemTypeNotEquals(a: RigElementKey = Ellipsis, b: RigElementKey = Ellipsis, result: bool = False)

Bases: RigUnit_ItemBase

Returns true if the two items types are not equal

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_Item.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (RigElementKey): [Read-Write] The first item to compare

  • b (RigElementKey): [Read-Write] The second item to compare

  • result (bool): [Read-Write] True if the types of items A and B are not equal

property a: RigElementKey

[Read-Write] The first item to compare

Type:

(RigElementKey)

property b: RigElementKey

[Read-Write] The second item to compare

Type:

(RigElementKey)

property result: bool

[Read-Only] True if the types of items A and B are not equal

Type:

(bool)