Would it be possible to copy paste functions and variables from one blueprint to another. I dont meant copy/pasting within the graph but in My Blueprint panel. Right now when we right click on a function/variable we get Rename, Delete, Find etc based on the selection. In addition to those a Copy menu would be nice so we could use the same variables/functions in other Blueprints too.
For functions it should be a little bit more expanded. That is in some cases we use some variables in functions only. So when we copy paste this function these variable should also come.
You can actually copy/paste variables, what you do is copy a get reference then when you right click on that it’ll give you the option to make it a blueprint/function scope variable. Perhaps not the ideal method but it works.
We have a request that is very similar to this in our database, so I have added a link to this post and description, expanding the request. Thank you for your feedback. If there is anything else that you would like to see in Rocket, please let us know.
Here is counter which used to get how many characters overlap box.
It used in one BP, and I want to use it in another.
Ok. I copy all this stuff to another BP. But variable “Counter” is not added to variables list.
Well… I manually add variable “Counter”. It added as boolean, but it should be integer… For now I can’t change it’s type because it in use, so I need to delete all it’s references from graph, then change type, then add get/set again…