How do I assign a component from Actor A to a component reference on Actor B?

Unfortunately this won’t work in my case because the actors in question have multiple of the same component. I’m trying to avoid using a get-by-name approach but that might be the best option.