What's wrong with this auto color chaging blueprint?

Hi,

I make this blueprint for auto changing color for 5 specified colors, but it doesn’t changing color of static mesh, what is wrong? It should change color every 2 seconds for random of that 5 colors i had made.

Hi!

Sequence is not a switch. This node simulate simultaneous execution of commands. you need create stepped switch system like in this example. In this example, five colors sequentially assigned in loop.