Keep Stats Throughout Multiple Levels

So I have stats that I want to stay the same when you move to another level, as I have about 21 levels currently. How would I have these stats and numbers stay consistent throughout level traveling?
image

before level transition, store them in the GameInstance, after, get them from there back.

The GameInstance is persistent through LoadLevel and Open Command.

1 Like