How to create a flickering light with a Light Function in Unreal Engine
I’ve been tinkering with a flickering light effect. While it is possible to animate the intensity with Blueprint code directly, there’s an easier way that lets us use the intensity as an override and make the light flicker without futzing with variables. The solution is a Light Function. To create one, let’s make a new …