So I'm just curious how I can create something like Uncharted 4 did, in which they would create only a few material bases in substance designer, and tile things onto it in the node editor, heavily/intensivly reducing drawcalls when exporting into UE4, but making there look like there was hundreds/thousands of different materials.
what would you officially call the term for this, and is there any video tuts on how to do this.
Replies
There is another option available in UE4 that isn't too performance friendly. Layered Materials basically do what DDO/Painter do, but inside the shader. It requires the masks that you'd make in DDO/Painter to be imported into UE4, where you'd blend between two materials based on the masks. For each material, you'd import the textures and make a Material Function(which is used as a Material Layer).There is no compositing unless you do one of the LOD options in UE4(I forgot the name), but it's pretty janky and you lose resolution after it merges them all into a single texture. You'd be better off doing it manually in DDO/Painter if you want a single texture but good resolution.
I'm on my phone and can't search for the UC4 thread where they answered questions.
As far as substance designer you would make your textures including heightmaps, and blend them in the material editor in UE4 using vertex colours.