[SOLVED]
Hi, first time here.
I have a cube with 6 material slots on it. I want to make them act differently depending on which side (element index) they are placed. But I see no blueprint or combination of blueprints that can do that
[SOLVED]
Hi, first time here.
I have a cube with 6 material slots on it. I want to make them act differently depending on which side (element index) they are placed. But I see no blueprint or combination of blueprints that can do that
Because you need to create a dynamic material instance for each of the materials/material slots/element indices and then you know the instance and the corresponding element index anyway.
Ok that worked. Thanks!