unreal.RigVMFunction_StringFind

class unreal.RigVMFunction_StringFind(value: str = '', search: str = '', found: bool = False, index: int = 0)

Bases: RigVMFunction_StringBase

Finds a string within another string

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_String.h

Editor Properties: (see get_editor_property/set_editor_property)

  • found (bool): [Read-Write]

  • index (int32): [Read-Write]

  • search (str): [Read-Write]

  • value (str): [Read-Write]

property found: bool

[Read-Only]

Type:

(bool)

property index: int

[Read-Only]

Type:

(int32)

property search: str

[Read-Write]

Type:

(str)

property value: str

[Read-Write]

Type:

(str)