I downloaded a material asset. The mat instance have much parameters. The parent material contains many mat functions that have many nested parameter node inside.
How to find the original material parameter node used by a specific instance parameter?
Hey @jerry7!
I think we may be able to help with this!
Can you try to post any pictures pointing at what node you’re trying to get and where? Are you trying to modify the original material’s parameter, or an instance of it? If you’re wanting to modify a material’s parameter, it’s best to expose it by "Right click"ing and clicking “Expose Parameter”, then save. Your material instance should then show that as modifiable.
I hope that helps! If not, send us some pictures, please!
Hi,
Sorry I have not wrote clearly. The problem is there are too many nodes in the mat graph that I can’t find the parmeter node easily. I want to learn some exposed parameters actual effect but I can’t find them in nesting node graphs.