unreal.RigVMFunction_StringReverse

class unreal.RigVMFunction_StringReverse(value: str = '', reverse: str = '')

Bases: RigVMFunction_StringBase

Returns the reverse of the input string

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_String.h

Editor Properties: (see get_editor_property/set_editor_property)

  • reverse (str): [Read-Write]

  • value (str): [Read-Write]

property reverse: str

[Read-Only]

Type:

(str)

property value: str

[Read-Write]

Type:

(str)