Is there a way to convert blueprints to text, and convert text back to blueprints?

To store blueprint in text:

  1. Select all the nodes in ur blueprint, hit ctrl+c

  2. open text editor, hit ctrl+v

  3. save text document to whatever

To restore blueprint from text:

  1. Open text document in text editor

  2. Hit ctrl+a to select all, then ctrl+c to copy

  3. Open a blueprint editor in unreal

  4. Hit ctrl+v to paste