If I have a library source consisting of *.h and *.cpp files located outside the unreal4 folder , What is the proper way of adding them to a custom plugin so I can access them from inside the UE4 solution?
I have tried adding them directly to the my plugin’s folder but this doesn’t work right. It breaks the include pathing.