How to move a Blueprint function to another Blueprint?

I think of blueprints as visual c++ files. If I’m working with a c++ class and I want to move methods from one class to another I would have to make sure any class variable would come along with it. Now, in my specific case I really just want to copy functions around that don’t even rely on any outside “global” variable…