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 |