integer variable result in another blueprint

The easiest way is to use your player controller blueprint to store common variables. Then use get player controller in each blueprint that needs the var. if you make your own player controller BP you’ll need to cast to it after the get player controller node. Then you can get or set the var. it’s quite good to convert your cast to pure in this case.