"Attempted to assign to Non from function" while updating directionallight position to widget

Hi
I’m attempting to output to screen the Y and Z rotational information from a directional light. The reason for this is that its the sun in a skysphere and I need to output its rotator values as it animates in its position. However its proving to be a nightmare to get this information sent to the screen without resorting to an ugly printtext.

My blueprint setup is as follows (the relevant bit anyway)

Using simulation I can see the values for Y and Z are being passed via the Get Sun Position function however they appear to be getting stuck at the Set portion where its attempting to set the variables Dec Text and Az Text in the widget Show Data. I assume its something annoying obvious I’ve missed however after a week of trying to figure it out Im still stuck.

Any ideas?

Doh. It was something obvious. I had omitted to set the widget correctly in the widget creation section. Well I hope someone else can learn from my faux pas :slight_smile: