control light intensity with slider

yo,
You simply need to reference your actor somewhere maybe i think you should look at event dispatcher

Create a event dispatcher and send a message from your widget.
in you class where you get the function register you at the event dispatcher and that it is.

====> Other way maybe simpliest solution is to use get all actor of class"whereUgotLightFunction_BP" and call that function when the value change on the widget.