[Request] Blueprint copy function

During refactoring I often need to move a function out of a blueprint class into a more centralized location such a blueprint parent class or a blueprint factory class. Currently there is no way to copy a function graph PLUS all the local variables. Which can make it very laborious to copy a function graph which has a lot of local variables that need to be remade and reconnected.

I would like to be able to copy a BP function in its entirety (local variables and all) to a new BP class.

Ideally the feature would allow you to “move” the function whole sale so it doesn’t break existing calls. This would be particularly useful when moving a function from child to parent class.

This feature would be much appreciated.