unreal.RigVMFunction_StringToUppercase
¶
- class unreal.RigVMFunction_StringToUppercase(value: str = '', result: str = '')¶
Bases:
RigVMFunction_StringBase
Converts the string to upper 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]