I have a problem after I imported models - uassets with materials. Model is great but material is not displaying. I replaced the links for textures but there are still few issues. See the image.
I am new to Unreal and still learning. Thanx for any help.
I just wanted to understand more this issue but it seems to be a bug or importing missmatch because there are some unspecified functions disconnected from layer blends.
What’s happened is that this material has tried to call Material Functions (in three places) which do not exist in your build. Material functions appear as their own asset files in your Content Browser btw. So what it did was replace those unknown references with those “Unspecified Function” blocks and clipped all wires going to them. Unfortunately you wont know what functions those were without opening the material in the original game. Maybe check the source for extra files, import those and try re-importing this material again otherwise you’re stuck.