Find all BP classes implementing BP interface in Editor?

I have a Blueprint interface. It is used all over the place in the codebase, so lots of references to it.

Which blueprint classes is implementing it?

The reference viewer does not seem to be the answer, since you cannot filter how the interface should be referenced (inheritance in this case; soft/hard/management seems orthogonal to inheritance, unless I’m mistaken).