Allow PakBlacklist-*.txt files inside Build dir
The PakBlacklist-<BuildConfiguration>.txt is used to disallow some files to be packaged in the pak file.
This can be very helpful to reduce pak file size for mobile platforms.
To avoid the user-defined blueprint class Debug.uasset located in Content/Blueprints folder to be packaged in shipping build, one has to do the following steps:
- Create the PakBlacklist-Shipping.txt file in Build/Android directory.
- Insert the content "../../../MyGameName/Blueprints/Debug.uasset
- Package the game
Source: https://docs.unrealengine.com/latest/INT/Platforms/Android/ReducingAPKSize/#packageblacklist