I have an object with multiple material slots, and I want to make it to where you press a button to cycle through the different materials. Is there any way to achieve this with blueprint?
Here’s what I’ve tried so far, incrementing an integer value and setting that to be the material index. If anyone can point me in the right direction I’d really appreciate it.