unreal.RigVMFunction_StringLength¶
- class unreal.RigVMFunction_StringLength(value: str = '', length: int = 0)¶
Bases:
RigVMFunction_StringBaseReturns the length of a string
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_String.h
Editor Properties: (see get_editor_property/set_editor_property)
length(int32): [Read-Write]value(str): [Read-Write]