so i made a structure blueprint to house some arrays so i can get Savai Kun’s inventory system tutorial to work correctly. since just using arrays alone will make you lose your items every 60 seconds. problem is after making a structure blueprint i cant seem to call any of the variables from any other blue print or am i missing something about structures? any help on this would be very much appreciated.
you need to “break” the structure, this way you’ll be able to access all the properties, there is a special node for that; there is also “make” structure blueprint node for creating instances, also set member in structure node. hope it helps