Can't connect target of set progress bar style

So the problem here is I can not find a way to connect the target of set progress bar style , i tried get ProgressBar_30 and it did not work :frowning:

Hello Long1302,

What version of the editor are you experiencing this issue in? I’m trying to reproduce this in 4.14.3 and there isn’t a “Target” pin on that set node for me.

4.13 sir :confused:

Hm, I’m still not seeing a Target pin in 4.13.2. Just to make sure I’m not misunderstanding something, you’re using “Promote to Variable” off the “Make ProgressBarStyle” node’s Progress Bar Style pin to create that node, correct? Is this variable created elsewhere, in another blueprint? If so, that would explain why it needs a target, as it needs a reference to a member of the class where it resides.

Like this :

And no this variable is existed at first place

Ah that would be part of it. Please check the “Context Sensitive” box. When that isn’t checked, it’s looking for any node available even if it can’t be used where you’re currently trying to work from, as in this example where it’s giving you a Get/Set node for a variable that isn’t even in this blueprint class, it’s part of the ProgressWidgetStyle class. Even if you did set this variable, it wouldn’t change anything since it isn’t part of your current class.

If this variable was part of this blueprint, it would be shown in the Variables tab on the left side of the blueprint editor.

Ah ok i get it . But still nothing happen as this is the only thing I get

Apparently , what I want is to set the target of set progress bar style to the progressbar_30

How can I do that ?

It doesn’t need to be that complicated. It’s simply called “Style” when referring to a Progress Bar’s variables. You can do it like so:

You can get that Progress Bar reference by dragging it from the Variables part of your My Blueprint panel on the left side. You can get the “Widget Style” node after that by typing “Set Style”. One easy way to find things like this is to drag off of a reference such as the Progress Bar one and then turn on Context Sensitivity and look through the available options.

Alright thanks but there’s an another problem. I don’t seem to find the “Widget style” node you’r showing above :frowning:

Nvm I managed to find it thank you so much xD

Ok one more question, can you check this for me, it doesn’t work :/. I’m planning to set the background image of a progress bar.

You figure this out yet?

Yeah I figured this out yesterday xD Thanks again