unreal.RigVMFunction_StringToLowercase¶
- class unreal.RigVMFunction_StringToLowercase(value: str = '', result: str = '')¶
Bases:
RigVMFunction_StringBaseConverts 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]