unreal.RigVMFunction_StartsWith

class unreal.RigVMFunction_StartsWith(name: Name = 'None', start: Name = 'None', result: bool = False)

Bases: RigVMFunction_NameBase

Tests whether this string starts with given string

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_Name.h

Editor Properties: (see get_editor_property/set_editor_property)

  • name (Name): [Read-Write]

  • result (bool): [Read-Write]

  • start (Name): [Read-Write]

property name: Name

[Read-Write]

Type:

(Name)

property result: bool

[Read-Only]

Type:

(bool)

property start: Name

[Read-Write]

Type:

(Name)