How do I find all blueprints that use a certain C++ component class?

Type this into Find In Blueprints (ctrl+f in Blueprint, then click the binoculars for Find All:

Components(ObjectClass=YourComponent)

Thanks again moppius.

1 Like

If you use JetBrains Rider you also get this out of the box by hovering your mouse over the component definition.