'Set Members in Struct' works differently in v4.8

Hi, I’ve been using some structs in my project since v4.7.6.The project was then converted into v4.8.3 without any problem, but when creating new structs, I noticed that the ‘Set Members in Struct’ doesn’t allow splitting of input pins as it did in v4.7.6. Instead only the struct variable itself can be connected to it, and I figured that a normal set node might have to be used to set the values of struct pins. So anyways this is what happens when I try to use set members with my struct variable:

As you see I can’t set any values there. Now if I break the link to the variable to split the input pins, all i get is set members to struct_sample (the struct name as it exists in the content browser) as the node header. There is no mention of which struct variable, the values are being assigned to. You can see that here:

52541-struct2.png

So, I would like to know if we are supposed to use the normal setter instead of ‘Set members in struct’ from now on.

You really don’t want to split the Struct Ref pin.

What you want to do is add members you want to set by enabling them in the details pane when the node is selected.

Didn’t see that part over there. Thanks Allar.