Description
Replaces all names within the item array
Information
| Plugin | ControlRig |
| Category | Items |
| Tags | Replace,Find,Collection |
| Type | FRigUnit_CollectionReplaceItemsArray |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Items | The input array of items to replace | TArray<FRigElementKey> | () |
| Old | The old name to look for | FName | None |
| New | The new name to replace the old name with | FName | None |
| RemoveInvalidItems | If True items that don't exist (after the replace operation) will be removed from the list of results | bool | False |
| bAllowDuplicates | If True the list may contain duplicates | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting array of items | TArray<FRigElementKey> |