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 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>