You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Add option for up to 2 overflow obb files
#ue4
#android
[CODEREVIEW] Jack.Porter
#rb none
#ROBOMERGE-SOURCE: CL 12910957 via CL 12910958 via CL 12910959
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v682-12900288)
[CL 12910960 by chris babcock in Main branch]
This commit is contained in:
@@ -6216,7 +6216,7 @@ public class GameActivity extends $${gameActivitySuperClass}$$ implements Surfac
|
||||
public native boolean nativeIsShippingBuild();
|
||||
public native void nativeSetAndroidStartupState(boolean bDebuggerAttached);
|
||||
public native void nativeSetGlobalActivity(boolean bUseExternalFilesDir, boolean bPublicLogFiles, String internalFilePath, String externalFilePath, boolean bOBBInAPK, String APKPath);
|
||||
public native void nativeSetObbFilePaths(String OBBMainFilePath, String OBBPatchFilePath);
|
||||
public native void nativeSetObbFilePaths(String OBBMainFilePath, String OBBPatchFilePath, String OBBOverflow1FilePath, String OBBOverflow2FilePath);
|
||||
public native void nativeSetWindowInfo(boolean bIsPortrait, int DepthBufferPreference);
|
||||
public native void nativeSetObbInfo(String ProjectName, String PackageName, int Version, int PatchVersion, String AppType);
|
||||
public native void nativeSetAndroidVersionInformation( String AndroidVersion, String PhoneMake, String PhoneModel, String PhoneBuildNumber, String OSLanguage );
|
||||
|
||||
Reference in New Issue
Block a user