Mobile Packaging Wizard

Using the Mobile Packaging Wizard to reduce the install size of your UE4 mobile project

Choose your operating system:

Windows

macOS

Linux

The Unreal Engine 4 (UE4) Mobile Packaging Wizard will help to reduce the size of your mobile project by packaging only the content that is needed to upload your project to the App store. The rest of the content will be download from the cloud when the user launches the game on their device for the first time. In the following document, we will take a look at how you set up your UE4 mobile project to use the Mobile Packaging Wizard.

Choose Your mobile platform

Android

iOS

Mobile Packaging Wizard Tool Location

To access the Mobile Packaging Wizard, you will need to do the following.

  1. From the Main Toolbar , locate the Window option and click on it.

    MPW_Location.png

    MPW_Location_Mac.png

  2. From the Windows menu that is displayed, click on the Project Launcher option to display the Project Launcher.

    MPW_Project_Launcher.png

    MPW_Project_Launcher_Mac.png

Setting Up a Mobile Packaging Wizard Profile

Before the Mobile Packaging Wizard can be used, a new profile that is specific to your project's needs has to be created. In the following section, we will take a look at what needs to be done to create a custom launch profile for your UE4 mobile project.

  1. Click on the small white triangle next to Custom Launch Profiles , selecting the Minimal Android APK + DLC� option from the list.

    MPW_Select_Android_Option.png

    MPW_Select_Option_Mac.png

  2. When the Minimal Android APK + DLC packaging window is displayed, click on the Browse button, and select a location for the packaged content to be placed.

    MPW_Press_Browse.png

    MPW_Press_Browse_Mac.png

  3. Once you have selected a location for the packaged content to be placed, press the Next button to continue the packaging process.

    MPW_Press_Next.png

    MPW_Press_Next_Mac.png

  4. In the Distributable APK menu, set the Build Configuration to Development and then select the map you want to use, pressing the Next button when finished.

    MPW_Dis_APK.png

    MPW_Dis_APK_Mac.png

    Only the contents referenced by the map(s) you choose will be packaged into the application for upload to the Play Store. Typically, you should choose only a single map that contains a Level Blueprint to kick off the BuildPatchServices code with a UMG user interface to show the download progress (showing any applicable error conditions).

  5. In the Downloadable Content menu, select the Android texture formats your application will support with the maps that will need to be downloaded. When that has been completed, press the Create Profile button to create a new Custom Launch Profile.

    MPW_Downloadable_Content.png

    MPW_Downloadable_Content_Mac.png

Building the Application

Now that all of the options for the Mobile Packing Wizard have been set up and saved into a Custom Launch Profile, it is time to run that profile and package your project. In the following section, we will take a look at what needs to be done for the Mobile Packing Wizard to successfully package your UE4 project.

  1. If the Project Launcher is not already open, open it up and then look at the bottom of the Project Launcher in the Custom Launch Profile section. In this section, you should have two profiles that start with your project name and are followed by either Android APK or Android DLC .

    MPW_Custom_Launch_Profiles.png

    MPW_Custom_Launch_Profiles_Mac.png

    When you first open up the Project Launcher, the Custom Launch Profiles section could have a few items in it by default. To remove these items, right-click on the item you want to remove, and then select the Delete option to remove it.

  2. Locate the APK Profile option and then click on the Launch this Profile button to begin the packaging process.

    MPW_Launch_APK_Profile.png

    MPW_Launch_APK_Profile_Mac.png

    You must package your project's files before you build the DLC.

  3. Once the Launch this Profile button has been pressed, the Project Launcher will begin the packaging process. You can see the progress of the packaging process in the Project Launcher window.

    MPW_Packaging_Progress.png

    MPW_Packaging_Progress_Mac.png

  4. When the packaging has completed, click on the Done button to load the Project Launcher.

    MPW_Packaging_Completed.png

    MPW_Packaging_Completed_Mac.png

Building the DLC

Once your project has finished the cooking process for the initial download from the App store, it is now time to cook the content that is to be downloaded from the cloud after your App has been installed on a mobile device.

  1. From the Project Launcher, go to the Custom Launch Profiles section and look for your project's DLC option. When the DLC option for your project has been located, click on the Launch this Profile button to begin the DLC packaging process.

    MPW_Build_DLC.png

    MPW_Build_DLC_Mac.png

  2. After pressing the Launch this Profile button, the Project Launcher will begin to build the DLC for your project. When the DLC has finished being built, click on the Done button to continue.

    MPW_DLC_Completed.png

    MPW_DLC_Completed_Mac.png

Packaging Results

Once everything has finished building, open up the folder that was specified in the second step of the "Setting Up a Mobile Packaging Wizard Profile" section. You'll see the following two folders:

MPW_App_DLC_Location.png

MPW_App_DLC_Location_Mac.png

Inside of the folders, you will find the various pieces of your project that have been set up to be downloaded after the users have downloaded and installed the application on their mobile device.

Setting Up a Mobile Packaging Wizard Profile

Before the Mobile Packaging Wizard can be used, a new profile that is specific to your project's needs has to be created. In the following section, we will take a look at what needs to be done to create a custom launch profile for your UE4 mobile project.

  1. Click on the small white triangle next to Custom Launch Profiles , selecting the Minimal IOS App + DLC� option from the list.

    MPW_Select_iOS_Option.png

    MPW_Select_iOS_Option_Mac.png

  2. When the Minimal IOS App + DLC packaging window is displayed, click on the Browse button and select a location for the packaged content to be placed.

    MPW_iOS_Press_Browse_Button.png

    MPW_iOS_Press_Browse_Button_Mac.png

  3. Once you have selected a location for the packaged content to be placed, press the Next button to continue the packaging process.

    MPW_iOS_Press_Next.png

    MPW_iOS_Press_Next_Mac.png

  4. In the Distributable Application menu, set the Build Configuration to Development and then select the map you want to use, pressing the Next button when finished.

    MPW_Dis_iOS.png

    MPW_Dis_iOS_Mac.png

    Only the contents referenced by the map(s) you choose will be packaged into the application for upload to the App Store. Typically, you should choose only a single map that contains a Level Blueprint to kick off the BuildPatchServices code with a UMG user interface to show the download progress (showing any applicable error conditions).

  5. In the Downloadable Content menu, select the maps that should be downloaded and then press the Create Profile button to create a new Custom Launch Profile.

    MPW_Downloadable_Content_iOS.png

    MPW_Downloadable_Content_iOS_Mac.png

Building the Application

Now that all of the options for the Mobile Packing Wizard have been set up and saved into a Custom Launch Profile, it is time to run that profile and package your project. In the following section, we will take a look at what needs to be done for the Mobile Packing Wizard to successfully package your UE4 project.

  1. If the Project Launcher is not already open, open it up and then look at the bottom of the Project Launcher in the Custom Launch Profile section. In this section, you should have two profiles that start with your project name and are followed by either IOS App or IOS DLC .

    MPW_Custom_Launch_Profiles_iOS.png

    MPW_Custom_Launch_Profiles_iOS_Mac.png

    When you first open up the Project Launcher, the Custom Launch Profiles section could have a few items in it by default. To remove these items, right-click on the item you want to remove, and then select the Delete option to remove it.

  2. Locate the IOS App Profile option and then click on the Launch this Profile button to begin the packaging process.

    MPW_Launch_APK_Profile_iOS.png

    MPW_Launch_APK_Profile_iOS_Mac.png

    You must package your project's files before you build the DLC.

  3. Once the Launch this Profile button has been pressed, the Project Launcher will begin the packaging process. You can see the progress of the packaging process in the Project Launcher window.

    MPW_Packaging_Progress_iOS.png

    MPW_Packaging_Progress_iOS_Mac.png

  4. When the packaging has completed, click on the Done button to load the Project Launcher.

    MPW_Packaging_Completed_iOS.png

    MPW_Packaging_Completed_iOS_Mac.png

Building the DLC

Once your project has finished the cooking process for the initial download from the App store, it is now time to cook the content that is to be downloaded from the cloud after your App has been installed on a mobile device.

  1. From the Project Launcher, go to the Custom Launch Profiles section and look for your project's DLC option. When the DLC option for your project has been located, click on the Launch this Profile button to begin the DLC packaging process.

    MPW_Build_DLC_iOS.png

    MPW_Build_DLC_iOS_Mac.png

  2. After pressing the Launch this Profile button, the Project Launcher will begin to build the DLC for your project. When the DLC has finished being built, click on the Done button to continue.

    MPW_DLC_Completed_iOS.png

    MPW_DLC_Completed_iOS_Mac.png

Packaging Results

Once everything has finished building, open up the folder that was specified in the second step of the "Setting Up a Mobile Packaging Wizard Profile" section. You'll see the following two folders:

MPW_App_DLC_Location.png

MPW_App_DLC_Location_Mac.png

Inside of the folders, you will find the various pieces of your project that have been set up to be downloaded after the users have downloaded and installed the application on their mobile device.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss