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
Tests whether this name starts with given name Tests whether this string starts with given string
Information
| Plugin | RigVM |
| Category | Core |
| Tags | StartsWith,Starts With,Left |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Name | The input name to search within | FName FString |
None |
| Start | The start name to look for | FName FString |
None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | True if the given input name starts with the given start string | bool |