This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
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 |