I have an Actor Component writtern in C++. Half an hour of google searching made me believe that this is the only way to export my ActorComponent to another project.
I find this to be terrible. I was convinced that there must be some option to package my code so that I can drag&drop it into another project and it will work…