Actor Widget Component does not display any data, although values are passed.

Hello!

Once again I have a problem with the widgets. I have attached a widget component to an Actor BP and transfer the data to the WidgetBP via an interface.

The correct data is transferred to the widget (tested with print string), but if I want to output the incoming value as text (Text > Set Text), the value is not displayed or updated.

At all necessary places in the Actor BP where the value changes, I call the interface and transfer the new value to the widget, but the result is always the same, the text on the widget will not be updated.

A few pictures for a better understanding:

Here is the Widget with the Implemented Interface:

Here i try to update the widget text via the interface on the actor where the widget is attached to:

Event Begin Play on the actor with the widget component. Ive tried several things to pass the data to the widget:

Ive also used the correct widget in the inspector for the widget component. Ive also tried to update the widget in event tick but the text has not been updated either.

I hope that someone can help me, because i’ve already wasted a whole day on this little thing and i don’t understand why it’s not updated.

Thank you very much!

Ive solved the problem. Just set the Visibility Off and On again, and the UI is updating.

Can be closed

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.