Basic Blueprint Question

Hey guys,

Fairly new at this and trying to solve a fairly basic problem. I have a few MyCharacter blueprints with some different functionality. Is there a straightforward and best practice way to merge these blueprints to use the functions as one. I am sure I can figure out a way to “hack” it together but really want to get to a clean baseline “My Character” vs hacking and copying between. Any thoughts on the best way of this doing this?

C

When working on different things I sometimes create a new project just for it. I just open both projects up, copy from one and paste into the other. I then recreate the variables that are missing. When you compile it will toss an error for anything you missed like Action Inputs or Functions which you can simply recreate or copy.

I may have to do this eventually with my main project because I might have Fubar’d it haha