How to have my macro blueprint a default in every new project?

I’m planning to make a set of useful macros but I’m wondering on how I’m gonna be able to have my macro BP defaulted with every new project, or at least, some way of exporting it and then manually importing into the project.
Thanks!

Hi AjaXXI,

There are a number of ways you can do that:

  1. Create Project Templates - this is very cool - have your starting project exactly how you want it:
  1. Create Content Plugin - The plugin can then be distributed with all your content:
  1. Have all your macros in one folder, and manually copy it with windows explorer - not really recommended as there is the potential for bad references, but it does work if everything links to the same folder.
2 Likes

Thank you!

1 Like