Hello Unreal community!
I’m working on a project where I need to create custom materials for different surfaces, including metal, glass, and fabrics. I’ve been experimenting with the Material Editor, but I’m running into a few challenges when it comes to creating realistic-looking and performance-friendly materials.
Here’s what I’ve done so far:
I’ve used base color, normal, roughness, and metallic maps to create some basic materials.
I’ve experimented with the Material Instance system to make dynamic changes.
I’ve added some simple effects like emissive and opacity for glass materials.
However, I have a few questions:
- How do you achieve photorealism without sacrificing performance?
For example, how can I make materials like metal or glass look realistic without using too many expensive nodes? - What are the best practices for creating translucent materials like glass or water?
I’ve noticed performance drops when using translucent materials — are there any specific optimizations for this? - When should I use Material Functions?**
I’ve seen people use Material Functions to simplify their graphs, but I’m not sure when they are necessary and how to properly set them up.
I’d appreciate any tips or suggestions, especially on how to balance visual quality and performance when working with complex materials. Thanks in advance!