Lerp_multiple float 3 for multiple image textures

Hello everyone! I need your help. I’m trying to make a transition between multiple textures. I’ve achieved what I wanted by using a lerp_multiple float 3 (Unreal engine 5) and connecting four textures one by one to their channels. Then, using a constant parameter I can make the transition from texture 1 to texture 4. The constant is between 0.01 to 1. The problem appears when I want to use more than 4 textures. I don’t know what I’m what am I supposed to do to do to connect the two lerp_multiple float 3. I’ve tried to use another lerp_multiple float 3, but it works badly.


This example works correctly, the image textures transition 1 to 4.


Then, what should I connect between these two to achieve the same, but with more than 4 image textures?


The last thing I’ve tried is this example, but it does something strange and don’t work like I would like.

1 Like