Description
Returns the middle section of a string
Information
| Plugin | RigVM |
| Category | Core|String |
| Tags | Within,Center |
| Type | FRigVMFunction_StringMiddle |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input string to retrieve a section of | FString | |
| Start | the index of the first character | int32 | 0 |
| Count | if count is set to -1 all character from Start will be returned | int32 | -1 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting section of the input string given start and count | FString |