What type of blueprint would I use to simply store variables and functions (that can be instanced in high volume)

I’m trying to make something extremely lightweight so that I can have an array of like 65,000 of them in a separate blueprint. It would just be a blueprint that contains like 8-10 variables in it, and maybe a function or two (but I can skip the functions if needed).

I’ve seen and tried using the Primary Data Asset blueprint, but then when I try to create an array off of that blueprint I just made, there doesn’t seem to be anything to add to my array.

Block Primary Data Asset
Block Variables

1 Like

As far as i understand your question, have you tried a “Structure” ?

1 Like

That was it, thanks!