unreal.RigUnit_StringContains

class unreal.RigUnit_StringContains(name: str = '', search: str = '', result: bool = False)

Bases: RigUnit_StringBase

Returns true or false if a given name exists in another given name

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_String.h

Editor Properties: (see get_editor_property/set_editor_property)

  • name (str): [Read-Write] Name

  • result (bool): [Read-Write] Result

  • search (str): [Read-Write] Search

property name: str

[Read-Write] Name

Type:

(str)

property result: bool

[Read-Only] Result

Type:

(bool)

property search: str

[Read-Write] Search

Type:

(str)