Reverse (FRigVMFunction_StringReverse)
Returns the reverse of the input string
Information
| Plugin | RigVM |
| Category | Core|String |
| Type | FRigVMFunction_StringReverse |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input string to reverse | FString |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Reverse | The resulting reversed string | FString |
Reverse (FRigVMDispatch_ArrayReverse)
Reverses the order of the elements of an array. Modifies the input array.
Information
| Plugin | RigVM |
| Category | Array |
| Tags | List,Collection |
| Type | FRigVMDispatch_ArrayReverse |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecuteContext | This pin is used to chain multiple mutable units together | Execute Context | |
| Array | The array to reverse. | TArray<FRigVMUnknownType> |