[Feature Request] - "Components To Ignore" input pin for ComponentOverlapComponent node

You could check if they’re the ones you want by implementing an interface on them.

Then either check if they implement the interface, or call the interface function on them.

There’s 0 need to individually check each one.

I’ve been using this node for spawning multiple components within a single object and making sure they don’t overlap. It would simplify the process a lot if I could just specify components to Ignore rather than running multiple loops to remove them manually. I’m sure this would also be useful in the other OverlapComponents nodes.

Cheers!