How to add different VAR into an array style

HI All

How would I turn this Strut in to a 500 numbered array style thingy.

https://forums.unrealengine.com/attachment.php?attachmentid=27289&d=1425039130

Create a new structure, e.g. name it “PlayerStats” open it and add your variables like above.

After that - for testing - create a new variable and change the data type to “PlayerStats”.

Click on the square next on the right side of your variable in the details panel to change your variable into an array.

Now you have a dynamic array.

If you want to have a static array with 500 entries, you have to do this preferably in a contruction script or in one or more event graphs before you are using this variable. Drag in your variable as a getter, make a wire from it and create the “RESIZE” node. With this node you can size this array to a certain lenght.

Hope that helps

Cheers