How do you create variables at runtime?

Once I run my game I want to read data from a text file and then create new variables.

Is it possible to create variables at runtime in blueprint?

Not that I am aware of, the variables would have to be created in the blueprint then modified in runtime.