How to get missing textures with python in Unreal 5 and greater versions?

Hi, guys,

I’m working in an animation studio as a TD. We got many unreal files from our outsourcing companies. Some of the files are quite dirty. There’re missing materials and missing textures. How could I get all of the missing textures and materials? I can’t find a solution in the Unreal python documentation. Anybody can give me some clues?

Thank you!

welcome to the community.
what’s a “TD” a tower defense?

i don’t know how to do that in python. maybe you can use the asset registry.

there’s also the asset validator, which sounds more like the thing you might want to use.
i haven’t used it, but a search online might give you good results.