HELP! Communication between Widget and BP?

I just want to get a value from the bp to my widget, it can’t be that hard

it’s ok, I saw what I needed to see.
You should use this instead of the get child component.

108473-capture.png

it’s not that hard, you are only using 3 BP functions

Done. No warnings. What’s next?

Make this code execute on event begine play. All the variables of your widget can be accessed from your PhoneScreen variable

Ok, now on the widget I can get (disabling context sensitive) for example the battery level, what should i use as target?

You don’t need to disable the context sensitive. This is how you set the health bar value, also you remember it’s in percent, therefor you value should be between 0 and 1

108475-capture.png

If i don’t disable context sensitive, the variables doesn’t appear

As for the screenshot you showed me, don’t use bind, it’s not efficient, just change the variable directly in the blueprint we just created like I showed you each time you change the value, it’s more efficient.

I love you Night Watcher! It’s working! Thanks. I was stuck with this since yesterday. I was about to break my screen with my head

glad I can help :slight_smile: