How to have a variable that can be unique for each instance of a class?

I need to have a variable that can be changed every time I initiate an instance of a certain actor class. I’m just wondering how you can assign the value to such a variable and how to call it?