Lighting a lamp with a widget

You could always leverage a blueprint interface, and just connect the OnClick to the “lights on” interface call…

Further, you could modify the interface call to check that Self is the the same as the requested reference, so that you could potentially select different lights to toggle with different buttons.