unreal.RigVMFunction_StringToLowercase

class unreal.RigVMFunction_StringToLowercase(value: str = '', result: str = '')

Bases: RigVMFunction_StringBase

Converts the string to lower case

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_String.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (str): [Read-Write]

  • value (str): [Read-Write]

property result: str

[Read-Only]

Type:

(str)

property value: str

[Read-Write]

Type:

(str)