I have followed this tutorial
I try to duplicated and change the Element index to 2…but it’s not working …Please …Let me know, Thanks
I have followed this tutorial
I try to duplicated and change the Element index to 2…but it’s not working …Please …Let me know, Thanks
That tutorial only has a single “element” for the material. If you are following it directly setting the index to “2” would give you a null value. There is no “index 2” material on that actor. So nothing would change. Keep it at 0 and it should work. If you have a mesh with at least 3 different materials than index 2 would be valid.
Makes sense… …Thanks for the help!!