Part of code responsible for downloading Android OBB file

Dear Epic/community,

This is a low priority query, because the resolution involves digging around the source code which, I should be doing my self.

Where is the part of the code that downloads the Android OBB file in the source code?

I’m interested as I’m willing to submit an APK to an alternative app store that doesn’t support OBB extensions.

Hope anyone can help with this.

Regards,
James

You can get a standalone APK, i.e. without an extension OBB, by using the “Package .pak in APK” project packaging option. Obviously you will need to also enable the PAK file. As for source for that packaging it’s mostly in AndroidPlatform.Automation.cs. There’s also some code for dealing with the OBB packaging in UEDeployAndroid.cs.

Note: There are significant changes to the OBB and packaging in the next release and following.