How can I get values stored in a class in Blueprints?

I want to access some Interger value (and maybe others) that is stored within a Class. But i can only find a node to “get that int value” from a reference of that class. but i do not actually have an instance of it yet.

Hey

I assume by meaning class your talking about a custom class right?

Would be great if you could give a little more insight what your doing in Blueprint and if in Code also how you declared/defined your property.