[New Wiki] Quest Framework in C++

Also, if it’s really plain data that doesn’t change or needs to be unique per instance, you could have a look at “UDataAsset”.
It’s similar to, for example, texture, where you reference them and then you can use the data you saved.

I use that for recipes in a crafting system for example.