[Feature Request] Copy/Paste function signature / all local variables

Hey guys,

Another suggestion that would make one’s life easier when dealing with complicated blueprints. Often while refactoring an outgrown blueprint into a few smaller ones for better organization and/or reuse I find myself having hard time extracting functions from one blueprint to another.

Ideally I would be able to copy/paste the entire function but clearly that might be too complicated. Instead I propose a less involved feature that will nevertheless go a long way toward helping developers like myself: being able to copy the signature of the original function and then paste it over another function thus transferring all the input and output argument names and types.

Similarly being able to copy/paste all local variables from one function to another would be another great helper and time saver.

Thanks.

Bump, Please its a really helpful feature! :frowning: I need it too!