unreal.RigVMFunction_StringLeft
¶
- class unreal.RigVMFunction_StringLeft(value: str = '', count: int = 0, result: str = '')¶
Bases:
RigVMFunction_StringBase
Returns the left most characters of a string
C++ Source:
Module: RigVM
File: RigVMFunction_String.h
Editor Properties: (see get_editor_property/set_editor_property)
count
(int32): [Read-Write]result
(str): [Read-Write]value
(str): [Read-Write]