unreal.RigVMFunction_StringLength

class unreal.RigVMFunction_StringLength(value: str = '', length: int = 0)

Bases: RigVMFunction_StringBase

Returns 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]

property length: int

[Read-Only]

Type:

(int32)

property value: str

[Read-Write]

Type:

(str)