[C++ API] Is there a way to get which mesh component in the scene is using a specified content asset(texture, render target, material... etc.)?

For example, I want program to know by which mesh component(in the scene) a texture named “Floor_Texture”(in content browser) is used. How can I do that using C++ API? Thanks.