Feature request - Set multiple component Tags

Hi.

Would be really awesome if we can wire multiple components into a set tag node.
It looks pretty bad having to create a separate one for each component.

Could you not collect them all into an array and then just loop on the array?

You can if you only have one function for a component class. But in my instance i have various functions on the same class (box collisions)
Any even then you are still stuck with multiple nodes to set a tag. Where as if you can just wire all the components into the set node then its not only quicker but also cleaner.