automation of lights and keyframes in BP or otherwise

This time I’m going to need help either in bp or in some other way. I work in a company that creates LED shows and we need a standardized way to create light animations, like point light, rec light, emissives. Would there be a way to create a BP to automate when they will turn on and off at a certain rhythm, it is not necessary for them to stay in rhythm, just creating on and off keyframes would help a lot. If anyone can help me, thank you very much.

  1. Create a BLUEPRINT with the lights inside of them.
  2. Retrieve the references to the LIGHT COMPONENTS.
  3. Pull from the reference INTENSITY (sets brightness).
  4. Create a CUSTOM EVENT (or you can use an EVENT TICK, but be careful with this, if you don’t know how to use it) that will loop.
  5. Use a DELAY that gates the execution flow in intervals.