C++ Dynamic Transfer Between Projects

Hi there,

I’m a relative C++ newbie, but my question is specifically related to code that’s located within my header file.

I’m making a dev tool that uses Editor Utility Widgets to make the dev experience easier for my team.

One of these widgets references a C++ file that I created in order to make a blueprint node that the widget could then reference. However when I’m defining the class, I know I have to have the projects name and then the “_API” suffix.

Is this something where per project I would have to change that line? Whenever I import this into a new project? Or is this something that can be edited dynamically?

I’m not sure where to start with this.

Thank you for any and all help.

image