How to get a single point light/ spotlight to change between 2 colors?

I am new to using Unreal Engine 5, but I have been studying it for about 3 months now. I am trying to simulate or create Christmas Lights for a game. I would love it if I could figure out how to get a light to blink between 2 emission colors. However it has been quite a struggle for me to figure out. So far, I have gotten the light to blink between both colors. However it also turns off both colors for a bit. So there is a period of time in which both colors do not show. I have only been using blue prints as well. If anyone has any good information on how to fix this? That would great.

Hey there @RonMon! Welcome to the community! If you just want to change the light in a 2 color pattern a flip flop node works fine:

however if you want to make many colors in a specific order/pattern then you can string them together in the same way or even get fancy with selects.

Alternate method for more colors/custom time between colors:

Depending on your pattern there’s many ways to do this! Hope this helps!

1 Like

I am going to give this a shot. This looks amazing. I will update you on my progress. Thanks again!

This worked! I greatly appreciate it!