I have an array of structures. how to set the structure values of a single array element

I have an array of structures. how to set the structure values of a single array element?
image
I probably didn’t put it that way. how do I change the values of variables in the structure? so I’ll take the 3rd element of the array and want to change something in the structure. how to do it

Hi, you just add it in Details:


If you haven’t got such option, it means that you need to compile the Blueprint.

I probably didn’t put it that way. how do I change the values of variables in the structure? so I’ll take the 3rd element of the array and want to change something in the structure. how to do it

Get a Ref (Diamond Pin) and SetMembersInStruct


I didn’t see that I had to choose which data I wanted to set. hahahaha