How to save an integer value from a destroyed actor (Battery power system)

Presumably you alresdy have a ref to the character in the drone for when you reposess it, before destroying the drone just use that reference to set some variable in the character

If you dont have a reference to the character its fairly straightforward, in the drone just have a character variable and click expose on spawn, then in the character bp when you spawn the drone youll just pass in self, and then the above should work and you can pass back the information