One container for different variable types?

Hi,

is here any type of container in blueprints to store different variable types in the same container?

For example, let’s assume i have next values:

Character name - string
Current health - integer

Of course i could keep them in different variables, but later it can be even more than 100 and would be hard to save/load. Hope there is container to keep different types and iterate over them in a single loop.

Hi ,

Have a look at structs, they should be able to help you!