EverNewJoy / VictoryPlugin

Rama's Victory BP Plugin
MIT License
867 stars 256 forks source link

Package fail on Android using C++ #79

Open imtrobin opened 3 years ago

imtrobin commented 3 years ago

Hi reporting, I'm using the plugin in C++, I include as a dependency, works and packs fine on Windows. On packing on Android, it fails, I notice 2 things.

  1. I get linker errors with private dependencies modules like AIModule in VictoryBPLibrary.Build.cs, I had to move them to public dependencies

  2. I see you exclude Apex dependency for Android/IOS, you should exclude them from c++ code too like so

https://answers.unrealengine.com/questions/111012/how-to-deal-with-platform-specific-code.html