Help understanding "set members" node. for nested structs.

I did add this to the end to find the exact one? This sounds like what your advising.

Initally when I started I was using this system. But it uses find nodes, which as far as I’m aware just gets a copy, which is fine at filling the infomation in on runtime. But I cant make adjustments and save them as its just copies.

So I swapped over to using “get” nodes for the reference. But the get nodes use ints, and if they were going to use ints, I thought I might as well use ints for the rest as well.

If im honest Im not even sure Ive gone down the right route for any of this.