Find all Materials that reference a texture

I’m surprised I couldn’t find this on google, so forgive me if its basic. I am looking for a way to find all materials or materials instances in my project that reference a given texture.

There is a function called FindSoftReferencesToObject but I’ve tried it in c++ and blueprints and it just doesn’t seem to work either way. That function might not be on the right track, it just sounded vaguely close.

Right-click the asset in Editor and select Reference Viewer … Or do you need to do it at run time with code?

Yeah I was looking to do this inside a c++ plugin

i just hit delete and then cancel… :lab_coat: