How to Package My Plugin Without Affecting BP-Only Project
You can follow these steps:
1. You can make a separate project that is c++,
2. then package that project for shipping 64bit,
3. then move the entire plugin folder, without Intermediate, over to your BP only project.
Intermediate folder is huge and not needed for distribution.
I am not getting paid to do anything of what I do with my Victory BP library so my time to cover every possible case is limited by my need to make money to eat and live and such.
Here is my donations page if you'd like to help remedy this matter:
Victory BP Library Donations
http://lightningfitness.org/donate/
I've now described how you or anyone can package for any platform and then include my plugin packaged binaries with their main, non-C++ project.

Rama
Originally posted by John Alcatraz
View Post
1. You can make a separate project that is c++,
2. then package that project for shipping 64bit,
3. then move the entire plugin folder, without Intermediate, over to your BP only project.
Intermediate folder is huge and not needed for distribution.
I am not getting paid to do anything of what I do with my Victory BP library so my time to cover every possible case is limited by my need to make money to eat and live and such.
Here is my donations page if you'd like to help remedy this matter:
Victory BP Library Donations
http://lightningfitness.org/donate/
I've now described how you or anyone can package for any platform and then include my plugin packaged binaries with their main, non-C++ project.

Rama
Comment