unreal.RigVMFunction_StringJoin

class unreal.RigVMFunction_StringJoin(values: None = [], separator: str = '', result: str = '')

Bases: RigVMFunction_StringBase

Joins a string into multiple sections given a separator

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_String.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (str): [Read-Write]

  • separator (str): [Read-Write]

  • values (Array[str]): [Read-Write]

property result: str

[Read-Only]

Type:

(str)

property separator: str

[Read-Write]

Type:

(str)

property values: None

[Read-Write]

Type:

(Array[str])