Description
Returns the left or right most characters from the name chopping the given number of characters from the start or the end Returns the left or right most characters from the string chopping the given number of characters from the start or the end
Information
| Plugin | RigVM |
| Category | Core |
| Tags | Chop,Truncate,-,Remove,Subtract,Split |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Name | The input name to chop | FName FString |
None |
| Count | Number of characters to remove from left or right | int32 |
1 |
| FromEnd | if set to true the characters will be removed from the end | bool |
True |