unreal.RigVMFunction_NameReplace

class unreal.RigVMFunction_NameReplace(name: Name = 'None', old: Name = 'None', new: Name = 'None', result: Name = 'None')

Bases: RigVMFunction_NameBase

Replace all occurrences of a subname in this name

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_Name.h

Editor Properties: (see get_editor_property/set_editor_property)

  • name (Name): [Read-Write] The input name to search within

  • new (Name): [Read-Write] The new name to replace the old name with

  • old (Name): [Read-Write] The old name to search for

  • result (Name): [Read-Write] The resulting replaced name

property name: Name

[Read-Write] The input name to search within

Type:

(Name)

property new: Name

[Read-Write] The new name to replace the old name with

Type:

(Name)

property old: Name

[Read-Write] The old name to search for

Type:

(Name)

property result: Name

[Read-Only] The resulting replaced name

Type:

(Name)