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 ends with given name Tests whether this string ends with given string
Information
| Plugin | RigVM |
| Category | Core |
| Tags | EndsWith,Ends With,Right |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Name | The input name to search within | FName FString |
None |
| Ending | The ending name to look for | FName FString |
None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | True if the given input name ends with the given ending | bool |