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.
- Create a BLUEPRINT with the lights inside of them.
- Retrieve the references to the LIGHT COMPONENTS.
- Pull from the reference INTENSITY (sets brightness).
- 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.
- Use a DELAY that gates the execution flow in intervals.