I had success finding and loading assets in runtime with Asset Registry module, for Materials I used the “Material” class name as input, for static meshes: “StaticMesh”
However… **when I tried to load material instances “MaterialInstance” didnt work, “Texture” for textures wont work too **
What are the classes names that should be used for those cases? THANKS!