Description
Returns the left most characters of a string
Information
| Plugin | RigVM |
| Category | Core|String |
| Tags | Start,Begin |
| Type | FRigVMFunction_StringLeft |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input string to retrieve the left most characters of | FString | |
| Count | The number of characters to retrieve | int32 | 1 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting left most characters of the input string | FString |