Description
Converts a string to an integer
Information
| Plugin | RigVM |
| Category | Core|String |
| Tags | ToInt,Number |
| Type | FRigVMFunction_StringToInteger |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input string to convert to integer | FString | |
| ChopLeft | chops non-digit characters from the left of the string | bool | False |
| ChopRight | chops non-digit characters from the right of the string | bool | False |