use multiple textures

Hello,

I was wondering how to get multiple textures, (some you already made), blended by a mask in a new texture. I can’t find a docu on this, maybe because i don’t have the name of the feature…

Just to be sure i’m clear, here is a poorly photoshoped thing :

Thanks by advance

The method you want is this : Layering Materials in Unreal Engine | Unreal Engine 5.1 Documentation
you need to create material function for each material : Material Functions in Unreal Engine | Unreal Engine 5.1 Documentation
an example :
Creating Layered Materials in Unreal Engine | Unreal Engine 5.1 Documentation

THANKS ! I can’t wait to try this one !!!

After a few tutorials, i realized that :

You can use instance materials to create fast materials, with only a few things to change, easy to do thanks to the instance editor, ok.

But you can’t do it with fonctions, but you can only use the fonctions for the layared materials ! Did i missed something ?