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] The resulting reversed string

  • value (str): [Read-Write] The input string to reverse

property reverse: str

[Read-Only] The resulting reversed string

Type:

(str)

property value: str

[Read-Write] The input string to reverse

Type:

(str)