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] The resulting length of the input string

  • value (str): [Read-Write] The input string to retrieve the length for

property length: int

[Read-Only] The resulting length of the input string

Type:

(int32)

property value: str

[Read-Write] The input string to retrieve the length for

Type:

(str)