Static variables in BP?

With respect I have to agree with another post that you need to get deeper into the documentation.

C++ static variables exist for all instances as a single copy which fills a conceptual niche in C++. It comes in a different form but this is precisely what Unreal Engine has data tables and game instances for.