unreal.RigVMFunction_StringConcat

class unreal.RigVMFunction_StringConcat(a: str = '', b: str = '', result: str = '')

Bases: RigVMFunction_StringBase

Concatenates two strings together to make a new string

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_String.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (str): [Read-Write]

  • b (str): [Read-Write]

  • result (str): [Read-Write]

property a: str

[Read-Write]

Type:

(str)

property b: str

[Read-Write]

Type:

(str)

property result: str

[Read-Only]

Type:

(str)